Skip to content

Commit

Permalink
Update debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarwillymc committed Jan 19, 2024
1 parent f2cdd0d commit 4f83615
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ jobs:
- name: Set RELEASE_NOTE
id: set_release_note
run: |
RELEASE_NOTE=$(cat release_notes.txt)
echo "RELEASE_NOTE={$RELEASE_NOTE"} >> $GITHUB_ENV
echo "RELEASE_NOTE={$(cat release_notes.txt)} >> $GITHUB_ENV
# - name: Execute validations
# run: ./gradlew executeValidations
- name: Debug RELEASE_NOTE
Expand Down

0 comments on commit 4f83615

Please sign in to comment.