Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Jan 5, 2024
1 parent d841442 commit 14805e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-community-operators-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ jobs:
GH_TOKEN: ${{secrets.GH_ROBOT_TOKEN}}
run: |
echo $PWD
git checkout -b $COMMUNITY_BRANCH_NAME
git push -f --set-upstream origin $COMMUNITY_BRANCH_NAME
gh repo sync DataDog/${{ inputs.repo }} --branch $COMMUNITY_BRANCH_NAME \
--source ${{ inputs.org }}/${{ inputs.repo }} \
--force
Expand Down Expand Up @@ -95,6 +93,7 @@ jobs:
run: |
message="operator datadog-operator ($VERSION)"
body="operator datadog-operator ($VERSION)"
git checkout -b $COMMUNITY_BRANCH_NAME
git add -A
git commit -s -m "$message"
git push -f --set-upstream origin $COMMUNITY_BRANCH_NAME
Expand Down

0 comments on commit 14805e6

Please sign in to comment.