Skip to content

Commit 65d196e

Browse files
committed
update commit message
1 parent b0d3174 commit 65d196e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios_build_and_commit_files.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
git config user.name "GitHub Actions"
4141
git config user.email "actions@github.com"
4242
git add app/ios
43-
git commit -m "Run pod install and build app [skip ci]" || echo "No changes to commit."
43+
git commit -m "Update ios project files [skip ci]" || echo "No changes to commit."
4444
git push
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)