Skip to content

Commit

Permalink
fix: scarb version checking
Browse files Browse the repository at this point in the history
  • Loading branch information
varex83 committed Sep 3, 2024
1 parent 2b8a137 commit 7df7fed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-scarb-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
else
echo "No update required"
echo "update_required=false" >> $GITHUB_ENV
fi
- name: Check if PR already exists
id: check_pr_exists
Expand All @@ -50,6 +51,7 @@ jobs:
else
echo "No PR exists."
echo "pr_exists=false" >> $GITHUB_ENV
fi
- name: Create a new branch for the update
if: env.update_required == 'true' && env.pr_exists == 'false'
Expand Down

0 comments on commit 7df7fed

Please sign in to comment.