Add checkout to preprod deploy (#9921)
This commit is contained in:
parent
a946b8e399
commit
f1a5ffcaea
|
@ -132,10 +132,11 @@ jobs:
|
||||||
needs: [release-helm-chart]
|
needs: [release-helm-chart]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- name: 'Get Previous tag'
|
- name: 'Get Previous tag'
|
||||||
id: previoustag
|
id: previoustag
|
||||||
uses: "WyriHaximus/github-action-get-previous-tag@v1"
|
uses: "WyriHaximus/github-action-get-previous-tag@v1"
|
||||||
|
|
||||||
- uses: passeidireto/trigger-external-workflow-action@main
|
- uses: passeidireto/trigger-external-workflow-action@main
|
||||||
env:
|
env:
|
||||||
PAYLOAD_VERSION: ${{ steps.previoustag.outputs.tag }}
|
PAYLOAD_VERSION: ${{ steps.previoustag.outputs.tag }}
|
||||||
|
|
Loading…
Reference in New Issue