Skip to content

Commit

Permalink
ci: fix echo again
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Feb 26, 2024
1 parent 2208310 commit 71e8c23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
- name: Check out source repository
uses: actions/checkout@v2

- run: apt-get install -y coreutils
- run: prinf "{{ secrets.FL_DATA_KEY }}" > ${{ github.workspace }}/id_rsa
- run: echo -e "{{ secrets.FL_DATA_KEY }}" > ${{ github.workspace }}/id_rsa
- run: chmod 400 ${{ github.workspace }}/id_rsa

- uses: actions/checkout@v4
Expand Down

0 comments on commit 71e8c23

Please sign in to comment.