We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af09dbf commit e592fb4Copy full SHA for e592fb4
1 file changed
.github/workflows/04-advanced-features--04-github-permissions.yaml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Confirm the failure
62
if: failure()
63
- run: echo "✅ Write operation was blocked as expected – token is read-only."
+ run: echo "❌ Write operation was blocked as expected – token is read-only."
64
65
read-write-pr:
66
runs-on: ubuntu-24.04
@@ -79,3 +79,7 @@ jobs:
79
GH_TOKEN: ${{ github.token }}
80
run: |
81
gh pr edit 1 --add-label "documentation"
82
+ - name: Confirm the
83
+
84
+ if: success()
85
+ run: echo "✅ Write operation succeeded!"
0 commit comments