We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4056d3e commit de7885bCopy full SHA for de7885b
1 file changed
action.yml
@@ -44,7 +44,7 @@ inputs:
44
45
runs:
46
using: 'docker'
47
- image: 'docker://ghcr.io/step-security/github-action-markdown-link-check:v1.0.18@sha256:1527ac8788ca86ca8370d5d1c499fae824f09f17f7a3891d06c78b825067fe80' #v1.0.18
+ image: 'docker://ghcr.io/step-security/github-action-markdown-link-check:v1.0.18@sha256:aa19375b475db47b6204897e5ed6b1cca5bc51e68b9d4cfc01178771719ba5d3' #v1.0.18
48
args:
49
- ${{ inputs.use-quiet-mode }}
50
- ${{ inputs.use-verbose-mode }}
@@ -55,3 +55,5 @@ runs:
55
- ${{ inputs.base-branch }}
56
- ${{ inputs.file-extension }}
57
- ${{ inputs.file-path }}
58
+ env:
59
+ REPO_PRIVATE: ${{ github.event.repository.private }}
0 commit comments