Add checkout to preprod deploy (#9921)

This commit is contained in:
Rory Powell 2023-03-07 15:14:39 +00:00 committed by GitHub
parent 1a1dc2bc0f
commit 705afdc7c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -132,10 +132,11 @@ jobs:
needs: [release-helm-chart]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 'Get Previous tag'
id: previoustag
uses: "WyriHaximus/github-action-get-previous-tag@v1"
- uses: passeidireto/trigger-external-workflow-action@main
env:
PAYLOAD_VERSION: ${{ steps.previoustag.outputs.tag }}