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 a946b8e399
commit f1a5ffcaea
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 }}