Skip to content

Commit

Permalink
Reconfigure github-sync: use valid identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny-mnemonic committed Dec 31, 2023
1 parent 7b9a6a7 commit 8a26001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
source_branch: "master"
destination_branch: "master"
github_token: ${{ secrets.PAT }}
linux-6.6.y:
linux-6-6-y:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -30,7 +30,7 @@ jobs:
source_branch: "linux-6.6.y"
destination_branch: "linux-6.6.y"
github_token: ${{ secrets.PAT }}
linux-6.1.y:
linux-6-1-y:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8a26001

Please sign in to comment.