We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e897d commit 916cbb2Copy full SHA for 916cbb2
1 file changed
action.yml
@@ -24,6 +24,7 @@ runs:
24
uses: actions/checkout@v4
25
with:
26
fetch-depth: 0
27
+ persist-credentials: false
28
- name: Validate inputs
29
run: |
30
errors=()
0 commit comments