Skip to content

Commit e2f1dfd

Browse files
committed
cleanup
1 parent a7dfef3 commit e2f1dfd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/self-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
git tag v-test
5151
git push origin v-test
5252
53-
# Simulate a dirty tracked file before the action runs (regression guard for #1).
53+
# Simulate a dirty tracked file before the action runs
5454
echo "dirty workspace" > reports/report.html
5555
56-
# Ensure explicit branch validation does not depend on local origin/* refs (guard for #2).
56+
# Ensure explicit branch validation does not depend on local origin/* refs
5757
git update-ref -d refs/remotes/origin/main || true
5858
5959
- name: Run action with explicit branch on dirty workspace

0 commit comments

Comments
 (0)