Skip to content

Commit 5b039af

Browse files
committed
use sha
1 parent f4d9d1a commit 5b039af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-all-english-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: echo "::set-output name=title::$(head -1 broken_links.md)"
2525
- if: ${{ failure() }}
2626
name: Create issue from file
27-
uses: peter-evans/create-issue-from-file@v2
27+
uses: peter-evans/create-issue-from-file@a04ce672e3acedb1f8e416b46716ddfd09905326
2828
with:
2929
token: ${{ secrets.DOCUBOT_FR_PROJECT_BOARD_WORKFLOWS_REPO_ORG_READ_SCOPES }}
3030
title: ${{ steps.check.outputs.title }}

0 commit comments

Comments
 (0)