Skip to content

Commit

Permalink
Update repo_sync.yml
Browse files Browse the repository at this point in the history
hardcode main

Signed-off-by: Donato Coladipietro <40404846+donato-ods-devops@users.noreply.github.com>
  • Loading branch information
donato-ods-devops committed Sep 17, 2024
1 parent f41ed7d commit bcd3dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repo_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOSITORY: ${{ github.repository }}
BRANCH_NAME: ${{ github.ref_name }}
BRANCH_NAME: "main"

- name: Send notification on sync failure
if: failure()
Expand Down

0 comments on commit bcd3dd9

Please sign in to comment.