test
release-tag / release-image (push) Failing after 6s

This commit is contained in:
2024-05-09 09:08:32 +02:00
parent 6269af4b15
commit 63b41e7335
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
steps:
- name: test
run: head -c20 ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
run: echo ${{ secrets.RUNNER_SSH_PRIVATE_KEY }} | awk '{print substr($0,1,30)}'
- name: Checkout
uses: actions/checkout@v4