From 8a26001d2799733cb7744fd205e46efc95e1c781 Mon Sep 17 00:00:00 2001 From: Johnny Mnemonic Date: Sun, 31 Dec 2023 22:28:52 +0100 Subject: [PATCH] Reconfigure github-sync: use valid identifiers --- .github/workflows/repo-sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 78b53ccb73b30..d3abe1dc1262c 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -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 @@ -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