-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f28dd7e
commit bf83586
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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" | ||
|