mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-10 12:07:05 +00:00
Fix workflow
This commit is contained in:
4
.github/workflows/post-dependabot.yml
vendored
4
.github/workflows/post-dependabot.yml
vendored
@@ -5,7 +5,6 @@ on:
|
||||
branch:
|
||||
description: 'The branch to update dependencies on'
|
||||
required: true
|
||||
default: 'warning'
|
||||
type: string
|
||||
|
||||
permissions:
|
||||
@@ -16,7 +15,8 @@ jobs:
|
||||
name: Update licensed cache
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
ref: ${{ github.event.inputs.branch }}
|
||||
with:
|
||||
ref: ${{ github.event.inputs.branch }}
|
||||
|
||||
- run: npm ci
|
||||
|
||||
|
||||
Reference in New Issue
Block a user