diff options
| author | Menny Even Danan <menny@evendanan.net> | 2020-03-25 05:27:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-25 05:27:13 +0000 |
| commit | 3795e4098379df186b91a71338f421bd84962ac1 (patch) | |
| tree | 24ef9cb538b9971e5a8e58ceb0c207bc8569c7af /.github/workflows | |
| parent | eb09829f77a40db123a7aae7a7c3c5f044e02fd7 (diff) | |
| download | AnySoftKeyboard-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.yml | 2 |
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: |
