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 02ed16d commit 9656aef
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/publish-community-operators-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,6 @@ jobs:
echo "$TARGET_GH_REPO"
echo "$BUNDLE_PATH"
- name: checkout datadog-operator to tmp/ dir
uses: actions/checkout@v4
with:
repository: Datadog/datadog-operator
token: ${{secrets.GH_ROBOT_TOKEN}}
path: tmp/

- name: checkout fork
uses: actions/checkout@v4
with:
repository: DataDog/${{ inputs.repo }}
token: ${{ secrets.GH_ROBOT_TOKEN }}

- name: sync fork
env:
GITHUB_TOKEN: ${{secrets.GH_ROBOT_TOKEN}}
Expand All @@ -78,6 +65,19 @@ jobs:
--source ${{ inputs.org }}/${{ inputs.repo }} \
--force
- name: checkout fork
uses: actions/checkout@v4
with:
repository: DataDog/${{ inputs.repo }}
token: ${{ secrets.GH_ROBOT_TOKEN }}

- name: checkout datadog-operator to tmp/ dir
uses: actions/checkout@v4
with:
repository: Datadog/datadog-operator
token: ${{secrets.GH_ROBOT_TOKEN}}
path: tmp/

- name: update bundle
run: |
echo $PWD
Expand Down

0 comments on commit 9656aef

Please sign in to comment.