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 5e063c4 commit 901d724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
ssh_key: ${{ secrets.ssh_key}}
run: |
mkdir /root/.ssh \j
echo "$ssh_key" | cut -c1-4
echo -n "$ssh_key" > /root/.ssh/id_rsa \
shasum /root/.ssh/id_rsa \
chmod 600 /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 @@ -10,3 +10,4 @@
1
1
1
1

0 comments on commit 901d724

Please sign in to comment.