Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Jan 2, 2024
1 parent 1a2a52c commit 95cbacb
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/release-community-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
# git checkout -b $COMMUNITY_BRANCH_NAME
# git push -f --set-upstream origin $COMMUNITY_BRANCH_NAME
# gh repo sync DataDog/community-operators --branch $COMMUNITY_BRANCH_NAME \
# --source k8s-operatorhub/community-operators \
# --force
gh repo sync DataDog/community-operators --branch release \
--source k8s-operatorhub/community-operators \
--force
Expand Down Expand Up @@ -78,3 +73,16 @@ jobs:
--repo DataDog/community-operators \
--base main \
--draft
# - name: sync fork
# env:
# GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
# run: |
## git checkout -b $COMMUNITY_BRANCH_NAME
## git push -f --set-upstream origin $COMMUNITY_BRANCH_NAME
## gh repo sync DataDog/community-operators --branch $COMMUNITY_BRANCH_NAME \
## --source k8s-operatorhub/community-operators \
## --force
# gh repo sync DataDog/community-operators --branch release \
# --source k8s-operatorhub/community-operators \
# --force

0 comments on commit 95cbacb

Please sign in to comment.