Skip to content

Commit

Permalink
Merge branch 'main' into automated-update
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwylde authored Feb 1, 2024
2 parents 4a41e09 + acb397f commit 051f212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
gh pr checkout ${{ github.event.pull_request.number }}
if git diff src --exit-code; then
if git diff --exit-code src; then
echo "changes_exist=false" >> $GITHUB_ENV
else
echo "changes_exist=true" >> $GITHUB_ENV
Expand Down

0 comments on commit 051f212

Please sign in to comment.