Skip to content

Commit

Permalink
fix: empty commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thegeekywanderer committed Mar 13, 2024
1 parent b522bfe commit 090cf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
cp -r permify-client/* temp/
cd temp
git add .
git commit -m "Update ${{ matrix.language }} SDK from OpenAPI changes"
git diff-index --quiet HEAD || git commit -m "Update ${{ matrix.language }} SDK from OpenAPI changes"
git push https://${GITHUB_TOKEN}@github.com/${ORG_NAME}/permify-${{ matrix.language }}.git main --force
rm -rf permify-client

0 comments on commit 090cf19

Please sign in to comment.