Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode committed Nov 16, 2023
1 parent 5713a8c commit f5f62fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
SSH_KEY: ${{ secrets.ssh_key}}
run: |
mkdir /root/.ssh \
python3 -c "import os; file = open('/root/.ssh/id_rsa', 'w'); file.write(os.environ['SSH_KEY']); file.close()"
python3 -c "import os; file = open('/root/.ssh/id_rsa', 'w'); file.write(os.environ['SSH_KEY']); file.close()" \
shasum /root/.ssh/id_rsa \
chmod 600 /root/.ssh/id_rsa \
stat /root/.ssh/id_rsa \
Expand Down
1 change: 1 addition & 0 deletions 1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
1
1
1
1

0 comments on commit f5f62fc

Please sign in to comment.