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 3d3b65b commit 503e983Copy full SHA for 503e983
.github/workflows/check-links.yml
@@ -10,7 +10,7 @@ jobs:
10
env:
11
FORCE_COLOR: 1
12
steps:
13
- - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
+ - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
14
with:
15
fetch-depth: 0
16
- uses: actions/setup-node@v4
.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ jobs:
REGISTRY: registry.digitalocean.com
NAME: ghost/gscan
- name: Get version
17
run: echo "IMAGE_VERSION=$(git describe --tags)" >> $GITHUB_ENV
0 commit comments