From bf83586d788b72eb8bc05099b5cff1c829ea2ead Mon Sep 17 00:00:00 2001 From: Fanny Jiang Date: Fri, 29 Dec 2023 16:50:40 -0500 Subject: [PATCH] fix --- .github/workflows/release-community-pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-community-pr.yml b/.github/workflows/release-community-pr.yml index 6020d5272..c2b75a134 100644 --- a/.github/workflows/release-community-pr.yml +++ b/.github/workflows/release-community-pr.yml @@ -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/create-github-app-token@v1.6.2 @@ -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"