We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7dfef3 commit e2f1dfdCopy full SHA for e2f1dfd
1 file changed
.github/workflows/self-test.yml
@@ -50,10 +50,10 @@ jobs:
50
git tag v-test
51
git push origin v-test
52
53
- # Simulate a dirty tracked file before the action runs (regression guard for #1).
+ # Simulate a dirty tracked file before the action runs
54
echo "dirty workspace" > reports/report.html
55
56
- # Ensure explicit branch validation does not depend on local origin/* refs (guard for #2).
+ # Ensure explicit branch validation does not depend on local origin/* refs
57
git update-ref -d refs/remotes/origin/main || true
58
59
- name: Run action with explicit branch on dirty workspace
0 commit comments