aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2020-03-25 05:27:13 +0000
committerGitHub <noreply@github.com>2020-03-25 05:27:13 +0000
commit3795e4098379df186b91a71338f421bd84962ac1 (patch)
tree24ef9cb538b9971e5a8e58ceb0c207bc8569c7af /.github/workflows
parenteb09829f77a40db123a7aae7a7c3c5f044e02fd7 (diff)
downloadAnySoftKeyboard-3795e4098379df186b91a71338f421bd84962ac1.tar.gz
AnySoftKeyboard-3795e4098379df186b91a71338f421bd84962ac1.tar.bz2
fix deploy-promote checkout ref typo
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 39282fe8a..b29770177 100644
--- a/.github/workflows/deployment_promote.yml
+++ b/.github/workflows/deployment_promote.yml
@@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
- - ref: ${{ matrix.refname }}
+ ref: ${{ matrix.refname }}
- name: request-scheduled-promote
uses: ./.github/actions/deploy-request
with: