test13
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s
Details
This commit is contained in:
parent
ed9d812dc6
commit
1311b6c659
|
@ -19,6 +19,12 @@ jobs:
|
||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
- run: docker version
|
- run: docker version
|
||||||
|
- name: Set up SSH
|
||||||
|
run: |
|
||||||
|
mkdir -p ~/.ssh
|
||||||
|
echo "${{ secrets.GITEA_SSH_KEY }}" > ~/.ssh/id_rsa
|
||||||
|
chmod 600 ~/.ssh/id_rsa
|
||||||
|
ssh-keyscan -H 106.14.174.241 >> ~/.ssh/known_hosts
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA1_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GITEA1_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue