Skip to content

Commit

Permalink
chore: update to latest version of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka committed Jan 26, 2024
1 parent 64155ed commit bab8a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bad-link-reporter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GitHub Actions workflow for Baler (BAd Link reportER) version 1.0.0.
# GitHub Actions workflow for Baler (BAd Link reportER) version 2.0.0.
# This is available as the file "sample-workflow.yml" from the source
# code repository for Baler: https://github.com/caltechlibrary/baler

Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
permissions:
issues: write
steps:
- uses: caltechlibrary/baler@v1
- uses: caltechlibrary/baler@v2
with:
files: ${{github.event.inputs.files || env.files}}
labels: ${{github.event.inputs.labels || env.labels}}
Expand Down

0 comments on commit bab8a75

Please sign in to comment.