Skip to content

Commit 13b43cf

Browse files
committed
feat(gen): update
1 parent 727264a commit 13b43cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/link-check-schedule.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ jobs:
99
steps:
1010
- name: Get current date
1111
id: date
12-
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
12+
run: |
13+
echo "name=date" >> $GITHUB_STATE
14+
echo "name=date value=$(date +'%Y-%m-%d')" >> $GITHUB_STATE
1315
- uses: filiph/[email protected]
1416
with:
15-
arguments: https://www.scaleway.com/en/docs/ >> linkcheck_output.txt
17+
arguments: https://www.scaleway.com/en/docs/serverless/ >> linkcheck_output.txt
1618
- name: Upload a Build Artifact
1719
if: always() # Triggers step if previous step fails. Must be added to consecutive steps as well.
1820
uses: actions/[email protected]

0 commit comments

Comments
 (0)