mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
ci: correct action name
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Auto-merge minor/patch
|
name: Auto-merge Dependabot PRs
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 * * * *"
|
- cron: "0 * * * *"
|
||||||
@@ -7,7 +7,7 @@ jobs:
|
|||||||
name: Auto-merge Dependabot PRs
|
name: Auto-merge Dependabot PRs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: koj-co/dependabot-pr-action@v1
|
- uses: koj-co/dependabot-pr-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.DEPENDABOT_GITHUB_API_TOKEN }}
|
token: ${{ secrets.DEPENDABOT_GITHUB_API_TOKEN }}
|
||||||
merge-minor: true
|
merge-minor: true
|
||||||
|
|||||||
Reference in New Issue
Block a user