We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c884da commit 299447eCopy full SHA for 299447e
actions/run-capslock/action.yaml
@@ -28,7 +28,7 @@ runs:
28
- name: Checkout
29
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30
with:
31
- persist-credentials: false
+ persist-credentials: true
32
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
33
34
go-version: "${{ inputs.go-version }}"
@@ -54,6 +54,8 @@ runs:
54
OUTPUT_PLACE: ${{ inputs.output-place }}
55
run: |
56
${GITHUB_ACTION_PATH}/capslock.sh
57
+ # Remove checkout credentials
58
+ - uses: grafana/shared-workflows/actions/remove-checkout-credentials@2c55567fed8874f47886e035f4e91f79f6039149 # v0.1.0
59
- uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
60
if: steps.capslock-run.outputs.output != ''
61
0 commit comments