We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d3174 commit 65d196eCopy full SHA for 65d196e
.github/workflows/ios_build_and_commit_files.yml
@@ -40,7 +40,7 @@ jobs:
40
git config user.name "GitHub Actions"
41
git config user.email "actions@github.com"
42
git add app/ios
43
- git commit -m "Run pod install and build app [skip ci]" || echo "No changes to commit."
+ git commit -m "Update ios project files [skip ci]" || echo "No changes to commit."
44
git push
45
env:
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments