There was an error while loading. Please reload this page.
1 parent bef8b56 commit da47ef3Copy full SHA for da47ef3
1 file changed
.github/workflows/test-app-commit.yml
@@ -32,7 +32,7 @@ jobs:
32
# Local commit to package the tree and push objects to GitHub.
33
git config user.name "bot"
34
git config user.email "bot@noreply"
35
- echo "# Test commit — safe to delete" > .test-app-commit
+ echo "# Test commit $(date -u) — safe to delete" > .test-app-commit
36
git add .test-app-commit
37
git commit -m "test: verify GitHub App commit shows as Verified"
38
git push
0 commit comments