Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Nov 22, 2023
1 parent 686eb7d commit 5194461
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-community-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
run: |
mkdir operators/datadog-operator/test-version
cp -R ./tmp/bundle/* operators/datadog-operator/test-version
- name: Configure git user
run: |
git config user.name fanny-jiang
git config user.email [email protected]
- name: create PR
env:
GITHUB_TOKEN: ${{ secrets.TEMP_GH_SYNC_TOKEN }}
Expand Down

0 comments on commit 5194461

Please sign in to comment.