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 ee62723 commit ba0d209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-community-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ jobs:
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
git remote -v
message="operator datadog-operator ($VERSION)"
body="test PR"
body="operator datadog-operator ($VERSION)"
git checkout -b $COMMUNITY_BRANCH_NAME
git add -A
git commit -s -m "$message"
Expand Down

0 comments on commit ba0d209

Please sign in to comment.