Skip to content

Commit da47ef3

Browse files
committed
[DEVREL-144] Fix test workflow to always produce a unique change
1 parent bef8b56 commit da47ef3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-app-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Local commit to package the tree and push objects to GitHub.
3333
git config user.name "bot"
3434
git config user.email "bot@noreply"
35-
echo "# Test commit — safe to delete" > .test-app-commit
35+
echo "# Test commit $(date -u) — safe to delete" > .test-app-commit
3636
git add .test-app-commit
3737
git commit -m "test: verify GitHub App commit shows as Verified"
3838
git push

0 commit comments

Comments
 (0)