We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
node12 which is deprecated
1 parent 83cdb0f commit f36f7d6Copy full SHA for f36f7d6
.github/workflows/sync.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Get repo name
16
run: R=${GITHUB_REPOSITORY%?wiki}; echo "BASENAME=${R##*/}" >> $GITHUB_ENV
17
- name: Checkout ${{ env.BASENAME }}-wiki
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
19
with:
20
repository: "${{ GITHUB.repository_owner }}/${{ env.BASENAME }}-wiki"
21
token: ${{ secrets.TS_BOT_TOKEN }}
0 commit comments