Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove authored Nov 25, 2023
1 parent eb17191 commit 7b25358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
echo "Received Payload:"
echo "${{ toJson(github.event.client_payload) }}"
echo "DEPLOY_BRANCH=${{ fromJson(github.event.client_payload.inputs).branch }}" >> $GITHUB_ENV
echo "DEPLOY_ACTION=${{ fromJson(github.event.client_payload.inputs).action }}" >> $GITHUB_ENV
echo "DEPLOY_BRANCH=${{ github.event.client_payload.inputs.branch }}" >> $GITHUB_ENV
echo "DEPLOY_ACTION=${{ github.event.client_payload.inputs.action }}" >> $GITHUB_ENV
- name: Checkout (full)
if: ${{env.DEPLOY_ACTION == 'deploy'}}
Expand Down

0 comments on commit 7b25358

Please sign in to comment.