Merge pull request #3580 from fidencio/wip/stable-2.3-fix-kata-deploy-ref-branch

stable-2.3 | workflows: Use base instead of head ref for kata-deploy-test
This commit is contained in:
Fabiano Fidêncio 2022-02-01 18:23:33 +01:00 committed by GitHub
commit f2cbfad8b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ steps.refs.outputs.head_ref }}
ref: ${{ steps.refs.outputs.base_ref }}
- name: Install docker
run: |
curl -fsSL https://test.docker.com -o test-docker.sh
@ -96,7 +96,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
with:
ref: ${{ steps.refs.outputs.head_ref }}
ref: ${{ steps.refs.outputs.base_ref }}
- name: get-artifacts
uses: actions/download-artifact@v2
with:
@ -125,7 +125,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
with:
ref: ${{ steps.refs.outputs.head_ref }}
ref: ${{ steps.refs.outputs.base_ref }}
- name: get-kata-tarball
uses: actions/download-artifact@v2
with: