Add workflow name
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
name: Update @github dependencies
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
@@ -21,6 +23,8 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
npm update @github/actions-workflow-parser
|
npm update @github/actions-workflow-parser
|
||||||
working-directory: ./actions-languageservice
|
working-directory: ./actions-languageservice
|
||||||
|
env:
|
||||||
|
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
git config user.name github-actions
|
git config user.name github-actions
|
||||||
|
|||||||
Reference in New Issue
Block a user