Skip to content

Commit

Permalink
try 8
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Mar 6, 2024
1 parent d7324c8 commit d882c92
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ jobs:
run: |
cd doc
doxygen DoxyFile.NATS.Client
echo "--------------------------------------------------"
git diff
echo "--------------------------------------------------"
git diff --quiet || echo "CHANGES=true" >> $GITHUB_ENV
git diff --quiet || echo "CHANGES=true" >> $GITHUB_OUTPUT
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit d882c92

Please sign in to comment.