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 6e3a783 commit ed93538
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 @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4
- name: setup-ssh
env: # Or as an environment variable
SSH_KEY: ${{ secrets.ssh_key}}
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()"
Expand Down
1 change: 1 addition & 0 deletions 1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
1
1
1
1

0 comments on commit ed93538

Please sign in to comment.