Update to the npm installation and renaming of secrets. #27
@ -22,13 +22,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: main
|
ref: main
|
||||||
token: ${{ secrets.REPO_TOKEN }}
|
ssh-key: ${{ secrets.SSH_RUNNER }}
|
||||||
- name: Attempt to checkout specific branch
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
ref: ${{ env.SPECIFIC_BRANCH }}
|
|
||||||
token: ${{ secrets.REPO_TOKEN }}
|
|
||||||
continue-on-error: true
|
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
- run: pip install pre-commit
|
- run: pip install pre-commit
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user