1
0
mirror of synced 2025-12-26 05:02:55 -05:00

use environment files for set-output (#33373)

This commit is contained in:
Robert Sese
2022-12-08 16:25:02 -06:00
committed by GitHub
parent 5c91c070f3
commit aeb5fc0110
2 changed files with 2 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ jobs:
- if: ${{ failure() && env.FREEZE != 'true' }}
name: Get title for issue
id: check
run: echo "::set-output name=title::$(head -1 broken_github_github_links.md)"
run: echo "title=$(head -1 broken_github_github_links.md)" >> $GITHUB_OUTPUT
- if: ${{ failure() && env.FREEZE != 'true'}}
name: Create issue from file
id: github-github-broken-link-report