Skip to content

Commit

Permalink
chore: update generate-sdk.yaml (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwylde authored Jan 31, 2024
1 parent 60d8caa commit 20d6e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
gh pr checkout ${{ github.event.pull_request.number }}
if git diff src --exit-code; then
echo "::set-env name=changes_exist::false"
echo "changes_exist=false" >> $GITHUB_ENV
else
echo "::set-env name=changes_exist::true"
echo "changes_exist=true" >> $GITHUB_ENV
fi
- name: Commit SDK changes to the PR
if: ${{ env.changes_exist == 'true' }}
Expand Down

0 comments on commit 20d6e58

Please sign in to comment.