Skip to content

Commit

Permalink
fix: action script syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
francisvaut committed Apr 5, 2024
1 parent 40e5c6b commit 52dc1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- uses: actions/checkout@v4
- name: Run tests
run: |
echo {{ secrets.SUDO }} > ~/.test.txt
echo {{ secrets.SUDO }} | sudo -S ./test.sh
echo ${{ secrets.SUDO }} > ~/.test.txt
echo ${{ secrets.SUDO }} | sudo -S ./test.sh

0 comments on commit 52dc1f2

Please sign in to comment.