Skip to content

Commit

Permalink
Save output
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Oct 30, 2024
1 parent 8a05555 commit d2dbc04
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,13 @@ jobs:
REPO_URL="${{ github.server_url }}/${{ github.repository }}"
echo "WORKFLOW_URL=$REPO_URL/actions/runs/${{ github.run_id }}" | tee -a $GITHUB_ENV
# Save output
{
echo 'OUTPUT<<EOF'
cat output
echo EOF
} >> "$GITHUB_ENV"
# - name: Create Issue
# if: ${{ failure() }}
# uses: JasonEtco/create-an-issue@v2
Expand Down

0 comments on commit d2dbc04

Please sign in to comment.