Skip to content

Commit

Permalink
fix(ci): 結果をartifactに保存してみる (#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
yumetodo authored Feb 19, 2024
1 parent 5802550 commit f49fe99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/outer_link_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ jobs:
run: .github/workflows/script/create_github_issue_when_not_empty.sh check_result.txt ${{ secrets.GITHUB_TOKEN }} ${{ github.repository }} ${{ github.sha }}
- name: detect link check check_result
run: test -f check_result.txt && test $(wc -l < check_result.txt) -eq 0
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: result
path: check_result.tx
retention-days: 5

0 comments on commit f49fe99

Please sign in to comment.