Skip to content

Commit

Permalink
chore: generate-sdk.yaml (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwylde authored Feb 1, 2024
1 parent 20d6e58 commit acb397f
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 acb397f

Please sign in to comment.