aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2020-03-31 19:13:39 +0000
committerMenny Even Danan <menny@evendanan.net>2020-03-31 19:13:39 +0000
commitad8980b8fdc8a5abc6facc005d31c32ef0fd40b6 (patch)
tree07919558c177e95f7a38776238a7db2582009b7b /.github/workflows
parentda7b89505de709cc79345a52ce7afb514ef320f2 (diff)
downloadAnySoftKeyboard-ad8980b8fdc8a5abc6facc005d31c32ef0fd40b6.tar.gz
AnySoftKeyboard-ad8980b8fdc8a5abc6facc005d31c32ef0fd40b6.tar.bz2
calculate SHA if specificed as HEAD
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/deployment_promote.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deployment_promote.yml b/.github/workflows/deployment_promote.yml
index cae867bdc..5a24004e7 100644
--- a/.github/workflows/deployment_promote.yml
+++ b/.github/workflows/deployment_promote.yml
@@ -23,7 +23,7 @@ jobs:
- name: request-scheduled-promote
uses: ./.github/actions/deploy-request
with:
- sha: ${{ github.sha }}
+ sha: HEAD
ref: ${{ matrix.refname }}
new_deploy: false
api_username: ${{ secrets.BOT_MASTER_RW_GITHUB_USERNAME }}