Skip to content

Commit

Permalink
limit the git add to just db.json and src/
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed Jul 11, 2024
1 parent 10fce91 commit 405d862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
BRANCH_NAME="${BRANCH_NAME}-${TIMESTAMP}"
fi
git checkout -b $BRANCH_NAME
git add .
git add db.json src/
git commit -m "Automated update"
git push --set-upstream origin $BRANCH_NAME
echo "::set-output name=changes_detected::true"
Expand Down

0 comments on commit 405d862

Please sign in to comment.