Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Jan 4, 2024
1 parent 009d6a7 commit 7450562
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-community-operators-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
token: ${{ secrets.GH_ROBOT_TOKEN }}

- name: sync fork
working-directory: $TARGET_GH_REPO
working-directory: ${{ inputs.repo }}
env:
GITHUB_TOKEN: ${{secrets.GH_ROBOT_TOKEN}}
run: |
git checkout -b $COMMUNITY_BRANCH_NAME
git push -f --set-upstream origin $COMMUNITY_BRANCH_NAME
gh repo sync DataDog/$TARGET_GH_REPO --branch $COMMUNITY_BRANCH_NAME \
gh repo sync DataDog/${{ inputs.repo }} --branch $COMMUNITY_BRANCH_NAME \
--source ${{ inputs.org }}/${{ inputs.repo }} \
--force
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish-community-operators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: publish_community_operators
on: [push]

jobs:
create-pr-k8s-operatorbub-community-operators:
k8s-operatorhub--community-operators:
# if: startsWith(github.ref, 'refs/tags/v')
# needs: [ create-release ]
uses: ./.github/workflows/publish-community-operators-base.yml
Expand All @@ -14,7 +14,7 @@ jobs:
secrets:
GH_ROBOT_TOKEN: ${{secrets.GH_ROBOT_TOKEN}}

create-pr-redhat-openshift-ecosystem-community-operators-prod:
redhat-openshift-ecosystem--community-operators-prod:
# if: startsWith(github.ref, 'refs/tags/v')
# needs: [ create-release ]
uses: ./.github/workflows/publish-community-operators-base.yml
Expand All @@ -25,7 +25,7 @@ jobs:
secrets:
GH_ROBOT_TOKEN: ${{secrets.GH_ROBOT_TOKEN}}

create-pr-redhat-openshift-ecosystem-redhat-marketplace-operators:
redhat-openshift-ecosystem--redhat-marketplace-operators:
# if: startsWith(github.ref, 'refs/tags/v')
# needs: [ create-release ]
uses: ./.github/workflows/publish-community-operators-base.yml
Expand All @@ -36,7 +36,7 @@ jobs:
secrets:
GH_ROBOT_TOKEN: ${{secrets.GH_ROBOT_TOKEN}}

create-pr-redhat-openshift-ecosystem-certified-operators:
redhat-openshift-ecosystem--certified-operators:
# if: startsWith(github.ref, 'refs/tags/v')
# needs: [ create-release ]
uses: ./.github/workflows/publish-community-operators-base.yml
Expand Down

0 comments on commit 7450562

Please sign in to comment.