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 f8f0c2d commit af95719
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-community-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ jobs:
pull-requests: write
env:
GH_REF_NAME: vX.Y.Z
VERSION: ${$GH_REF_NAME:1:5}
COMMUNITY_BRANCH_NAME: ${{ github.actor }}/datadog-operator
steps:
- name: setup env
run: |
echo "$VERSION"
echo "VERSION=${GH_REF_NAME:1:5}" >> $GITHUB_ENV
echo $VERSION
echo ${{env.VERSION}}
echo "$COMMUNITY_BRANCH_NAME"
- name: validate env
Expand Down

0 comments on commit af95719

Please sign in to comment.