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 2b9510e commit 222c06aCopy full SHA for 222c06a
.github/workflows/update-best-of-list.yml
@@ -24,7 +24,7 @@ jobs:
24
- if: ${{ ! (env.VERSION != null && env.VERSION != '') }}
25
name: set-version-via-date
26
run: echo "VERSION=$(date '+%Y.%m.%d')" >> $GITHUB_ENV
27
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
28
- name: check-version-tag
29
shell: bash
30
run: |
@@ -36,7 +36,7 @@ jobs:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
with:
38
branch: "${{ env.BRANCH_PREFIX }}${{ env.VERSION }}"
39
40
41
fetch-depth: 0
42
ref: ${{ env.BRANCH_PREFIX }}${{ env.VERSION }}
0 commit comments