Skip to content

Commit

Permalink
Add workflow url
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Oct 30, 2024
1 parent dc24086 commit 5a63d75
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,9 @@ jobs:
echo "BLOCK_END=$BLOCK_END" >> $GITHUB_ENV
echo "BLOCK_START=$BLOCK_START" >> $GITHUB_ENV
# Save cmp output to env var
OUTPUT=$(< output)
echo "OUTPUT=\"$OUTPUT\"" >> $GITHUB_ENV
echo "$OUTPUT"
# Save workflow url
REPO_URL="${{ github.server_url }}/${{ github.repository }}"
echo "WORKFLOW_URL=$REPO_URL/actions/runs/${{ github.run_id }}" >> $GITHUB_ENV
- name: Create Issue
if: ${{ failure() }}
Expand Down

0 comments on commit 5a63d75

Please sign in to comment.