aboutsummaryrefslogtreecommitdiff
path: root/.github/actions
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2020-02-07 22:47:55 +0000
committerGitHub <noreply@github.com>2020-02-07 22:47:55 +0000
commit7cb0f03f3bf04580c023920b94174947b086679d (patch)
treebba9ec7dc0e0c0d2d03d722f29402455c5e46b5d /.github/actions
parent20f515f9ce1ec61e0e5068409d378f2d8555c3d8 (diff)
downloadAnySoftKeyboard-7cb0f03f3bf04580c023920b94174947b086679d.tar.gz
AnySoftKeyboard-7cb0f03f3bf04580c023920b94174947b086679d.tar.bz2
Fix deployment status argument order
Diffstat (limited to '.github/actions')
-rw-r--r--.github/actions/deploy-status/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/deploy-status/action.yml b/.github/actions/deploy-status/action.yml
index 90c9b50d8..91d5dc037 100644
--- a/.github/actions/deploy-status/action.yml
+++ b/.github/actions/deploy-status/action.yml
@@ -26,8 +26,8 @@ runs:
args:
- .github/actions/deploy-status/request.sh
- ${{ inputs.deployment_id }}
- - ${{ inputs.state }}
- ${{ inputs.environment }}
+ - ${{ inputs.state }}
- ${{ inputs.api_user_name }}
- ${{ inputs.api_user_token }}