mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 20:52:12 -05:00
Add job name
This commit is contained in:
parent
07e93a4d33
commit
90427e7ed6
2 changed files with 4 additions and 2 deletions
3
.github/workflows/deps-npm.yml
vendored
3
.github/workflows/deps-npm.yml
vendored
|
@ -10,7 +10,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: ./.github/scripts/update-npm.sh
|
- name: Update Dependencies
|
||||||
|
run: ./.github/scripts/update-npm.sh
|
||||||
env:
|
env:
|
||||||
id: ${{ github.run_id }}
|
id: ${{ github.run_id }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
3
.github/workflows/deps-python.yml
vendored
3
.github/workflows/deps-python.yml
vendored
|
@ -10,7 +10,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: ./.github/scripts/update-python.sh
|
- name: Update Dependencies
|
||||||
|
run: ./.github/scripts/update-python.sh
|
||||||
env:
|
env:
|
||||||
id: ${{ github.run_id }}
|
id: ${{ github.run_id }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue