Skip to content

Commit

Permalink
Update output setting for change detection
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdbeentjes committed Oct 2, 2024
1 parent ac91e66 commit 107bdbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging-migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
id: check_changes
run: |
if git diff --name-only origin/main...HEAD | grep -q '^src/specific-folder/'; then
echo "::set-output name=changes::true"
echo "changes=true" >> $GITHUB_ENV
else
echo "::set-output name=changes::false"
echo "changes=false" >> $GITHUB_ENV
fi
apply-staging:
Expand Down

0 comments on commit 107bdbb

Please sign in to comment.