Skip to content

Commit

Permalink
Merge pull request #26 from rhobs/coleenquadros-patch-1
Browse files Browse the repository at this point in the history
Update rhobs-thanos-operator-sync.yml
  • Loading branch information
coleenquadros authored Feb 14, 2025
2 parents 63bcc35 + fa92ee5 commit 2bfff6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rhobs-thanos-operator-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
run: |
git remote add upstream https://github.com/thanos-community/thanos-operator
git fetch upstream
- name: Set up Git identity
run: |
git config user.name "GitHub Actions Bot"
git config user.email "[email protected]"
- name: Sync with upstream/main
run: |
Expand Down

0 comments on commit 2bfff6a

Please sign in to comment.