1
0
mirror of synced 2025-12-30 03:01:36 -05:00
This commit is contained in:
Sarah Schneider
2020-11-18 14:24:34 -05:00
parent f4d9d1ae89
commit 5b039af202

View File

@@ -24,7 +24,7 @@ jobs:
run: echo "::set-output name=title::$(head -1 broken_links.md)"
- if: ${{ failure() }}
name: Create issue from file
uses: peter-evans/create-issue-from-file@v2
uses: peter-evans/create-issue-from-file@a04ce672e3acedb1f8e416b46716ddfd09905326
with:
token: ${{ secrets.DOCUBOT_FR_PROJECT_BOARD_WORKFLOWS_REPO_ORG_READ_SCOPES }}
title: ${{ steps.check.outputs.title }}