Skip to content

Commit

Permalink
ci(github-actions): update wrong run script and file not found
Browse files Browse the repository at this point in the history
  • Loading branch information
PunGrumpy committed Nov 16, 2023
1 parent 56cbddf commit 39b15fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
steps:
- name: 🔔 Checkout
uses: actions/checkout@v4
- run: 😺 Git pull
- name: 😺 Git pull
run: git pull
- name: 🐴 Panvimdoc
uses: kdheepak/panvimdoc@main
with:
Expand Down Expand Up @@ -120,7 +121,7 @@ jobs:
uses: peter-evans/create-issue-from-file@v4
with:
title: 🚨 Build failed
content-filepath: ../ISSUE_TEMPLATE/failure_report.md
content-filepath: .github/ISSUE_TEMPLATE/build-failed.md
labels: build
assignees: ${{ github.actor }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 39b15fb

Please sign in to comment.