We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf0a6d commit 6652268Copy full SHA for 6652268
.github/workflows/repo-sync.yml
@@ -9,7 +9,7 @@ jobs:
9
environment: repo-sync
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
13
- uses: repo-sync/github-sync@v2
14
name: Sync repo to branch
15
with:
0 commit comments