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.
2 parents d5ed1fb + 429961d commit 39072c3Copy full SHA for 39072c3
.github/workflows/sync-from-template.yaml
@@ -45,7 +45,7 @@ jobs:
45
steps:
46
# Clone the template repository
47
- name: Check out template repository
48
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
49
with:
50
repository: ${{ env.REPO_TEMPLATE }}
51
token: ${{ github.token }}
@@ -59,7 +59,7 @@ jobs:
59
60
# Clone the target repository. Check out a branch
61
- name: Check out ${{ github.repository }}
62
63
64
repository: ${{ github.repository }}
65
0 commit comments