Skip to content

Commit de7885b

Browse files
authored
feat: updated the docker image
1 parent 4056d3e commit de7885b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ inputs:
4444

4545
runs:
4646
using: 'docker'
47-
image: 'docker://ghcr.io/step-security/github-action-markdown-link-check:v1.0.18@sha256:1527ac8788ca86ca8370d5d1c499fae824f09f17f7a3891d06c78b825067fe80' #v1.0.18
47+
image: 'docker://ghcr.io/step-security/github-action-markdown-link-check:v1.0.18@sha256:aa19375b475db47b6204897e5ed6b1cca5bc51e68b9d4cfc01178771719ba5d3' #v1.0.18
4848
args:
4949
- ${{ inputs.use-quiet-mode }}
5050
- ${{ inputs.use-verbose-mode }}
@@ -55,3 +55,5 @@ runs:
5555
- ${{ inputs.base-branch }}
5656
- ${{ inputs.file-extension }}
5757
- ${{ inputs.file-path }}
58+
env:
59+
REPO_PRIVATE: ${{ github.event.repository.private }}

0 commit comments

Comments
 (0)