Add workflow name

This commit is contained in:
Christopher Schleiden
2022-12-09 12:03:03 -08:00
parent 6b2aedfe11
commit 6f3452a6d0
@@ -1,3 +1,5 @@
name: Update @github dependencies
on:
workflow_dispatch:
@@ -21,6 +23,8 @@ jobs:
- run: |
npm update @github/actions-workflow-parser
working-directory: ./actions-languageservice
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: |
git config user.name github-actions