Skip to content

Commit

Permalink
Detect changes in golang directory and update compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
catatsuy committed Feb 10, 2024
1 parent eb84be1 commit b8dea15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
git fetch origin
if git diff --name-only origin/master...${{ github.sha }} | grep 'golang/'; then
echo "Changes detected in golang directory"
echo "::set-output name=go_changes_detected::true"
echo "go_changes_detected=true" >> $GITHUB_OUTPUT
fi
- name: Update compose.yml if changes are detected
Expand Down

0 comments on commit b8dea15

Please sign in to comment.