mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-11 12:37:16 +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:
|
branch:
|
||||||
description: 'The branch to update dependencies on'
|
description: 'The branch to update dependencies on'
|
||||||
required: true
|
required: true
|
||||||
default: 'warning'
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
@@ -16,7 +15,8 @@ jobs:
|
|||||||
name: Update licensed cache
|
name: Update licensed cache
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
ref: ${{ github.event.inputs.branch }}
|
with:
|
||||||
|
ref: ${{ github.event.inputs.branch }}
|
||||||
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user