Skip to content

Commit

Permalink
Merge pull request #18863 from newrelic/liz/whats-new-troubleshooting
Browse files Browse the repository at this point in the history
Clean any other staged changes after adding json
  • Loading branch information
LizBaker authored Oct 4, 2024
2 parents 28e5f88 + b8b3a2c commit f577628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-whats-new-ids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
git config --local user.email "${{ env.BOT_EMAIL }}"
git config --local user.name "${{ env.BOT_NAME }}"
git add ./src/data/whats-new-ids.json
git clean -f
git diff-index --quiet HEAD ./src/data/whats-new-ids.json || git commit -m 'chore(whats-new-ids): updated ids'
echo "commit=true" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit f577628

Please sign in to comment.