Skip to content

Commit

Permalink
Update workflow-failure-issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewland authored Sep 6, 2023
1 parent f3d8aae commit 931075f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/workflow-failure-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
contents: read
issues: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
show-progress: false

- name: Find template
id: template
Expand All @@ -31,6 +33,7 @@ jobs:
if [ -f "$path" ]; then
echo "filename=$path" >> $GITHUB_OUTPUT
else
cd .github/workflows
wget https://raw.githubusercontent.com/urcomputeringpal/workflow-failure-issues/v0/.github/workflows/workflow-failure-issues-issue-template.md
echo "filename=.github/workflows/workflow-failure-issues-issue-template.md" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 931075f

Please sign in to comment.