Add checkout to preprod deploy (#9921)
This commit is contained in:
parent
a946b8e399
commit
f1a5ffcaea
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue