Added a test for if an token exists.
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 1m8s

This commit is contained in:
Philipp Horstenkamp 2024-05-21 00:22:12 +02:00
parent 92ad6f6d95
commit bbb0c98080
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -14,6 +14,11 @@ jobs:
SPECIFIC_BRANCH: chore/update-pre-commit
steps:
- 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
with:
ref: main