We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb20c3f commit 43127b1Copy full SHA for 43127b1
2 files changed
.github/workflows/check-tag.yml
@@ -14,6 +14,8 @@ jobs:
14
contents: read
15
steps:
16
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17
+ with:
18
+ persist-credentials: false
19
- name: Run checks
20
run: |
21
grep -P --color=always "\s+(?<=rev: )$GITHUB_REF_NAME$" README.md
.github/workflows/check.yml
@@ -15,6 +15,8 @@ jobs:
# No caching as we're expected to run rarely
- name: Install dependencies and run checks
22
0 commit comments