Update to the npm installation and renaming of secrets. #27

Merged
Philipp merged 9 commits from npm-update into main 2024-05-21 01:05:33 +02:00
Showing only changes of commit bbb0c98080 - Show all commits

View File

@ -14,6 +14,11 @@ jobs:
SPECIFIC_BRANCH: chore/update-pre-commit SPECIFIC_BRANCH: chore/update-pre-commit
steps: steps:
- run: echo "Actor ${{ github.actor }}" - run: echo "Actor ${{ github.actor }}"
- name: check is SSH_RUNNER exists
env:
SSH_RUNNER: ${{ secrets.SSH_RUNNER }}
if: ${{ env.SSH_RUNNER == '' }}
run: echo the secret "SSH_RUNNER" has not been made; echo please go to
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
ref: main ref: main