Skip to content

Commit

Permalink
feat(ci): Condition fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AliaksandrRyzhou committed Apr 30, 2024
1 parent d93893c commit ada07e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rollback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:
echo "previous_deploy_id=$previous_deploy_id" >> $GITHUB_ENV
- name: Determine Previous Deploy ID
if: env.previous_deploy_id != null && contains(fromJson('["Commit Hash"]'), github.event.inputs.mode)
if: contains(fromJson('["Commit Hash"]'), github.event.inputs.mode)
env:
NETLIFY_SITE_ID: ${{ env.netlify_site_id }}
COMMIT_REF: ${{ steps.commit.outputs.hash }}
Expand Down

0 comments on commit ada07e7

Please sign in to comment.