Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Dec 29, 2023
1 parent f28dd7e commit bf83586
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-community-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# VERSION: ${${{ github.ref_name }}:1:5} # use version from release branch name
# COMMUNITY_BRANCH_NAME: ${{ github.actor }}/datadog-operator-v$VERSION
VERSION: vX.Y.Z
COMMUNITY_BRANCH_NAME: ${{ github.actor }}/datadog-operator-v${VERSION}
COMMUNITY_BRANCH_NAME: ${{ github.actor }}/datadog-operator-v${{env.VERSION}}
steps:
- name: create github token
uses: actions/[email protected]
Expand Down Expand Up @@ -53,8 +53,8 @@ jobs:
git config user.email ${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com
- name: create PR
# env:
# GITHUB_TOKEN: $GITHUB_TOKEN
env:
GITHUB_TOKEN: $GITHUB_TOKEN
run: |
message="test PR"
body="test PR"
Expand Down

0 comments on commit bf83586

Please sign in to comment.