diff options
| author | Menny Even Danan <menny@evendanan.net> | 2020-02-07 22:47:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-07 22:47:55 +0000 |
| commit | 7cb0f03f3bf04580c023920b94174947b086679d (patch) | |
| tree | bba9ec7dc0e0c0d2d03d722f29402455c5e46b5d /.github/actions | |
| parent | 20f515f9ce1ec61e0e5068409d378f2d8555c3d8 (diff) | |
| download | AnySoftKeyboard-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.yml | 2 |
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 }} |
