We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83be495 commit 37f2016Copy full SHA for 37f2016
1 file changed
.github/workflows/deploy-hato-bot.yml
@@ -122,7 +122,7 @@ jobs:
122
id: get_python_version
123
run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/update_version_python_version/get_python_version.sh"
124
env:
125
- HEAD_REF: ${{github.head_ref}}
+ HEAD_REF: ${{github.head_ref || github.event.release.tag_name}}
126
- uses: dev-hato/actions-diff-pr-management@v1.1.1
127
with:
128
github-token: ${{secrets.GITHUB_TOKEN}}
@@ -153,7 +153,7 @@ jobs:
153
- uses: actions/checkout@v3.1.0
154
- run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/dockle/run_dockle.sh"
155
156
157
158
deploy-complete:
159
runs-on: ubuntu-latest
0 commit comments