Skip to content

Commit

Permalink
Use echo instead of cat on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisDuarte1 committed Feb 21, 2024
1 parent 1d06afa commit 02f195f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,5 @@ jobs:
- name: Propagate version to develop
if: github.ref == 'refs/heads/master'
run: |
cat ${{ secrets.NIAEFEUPBOT_PAT }} | gh auth login --with-token
echo '${{ secrets.NIAEFEUPBOT_PAT }}' | gh auth login --with-token
gh workflow run 'Deploy Action' --ref develop

0 comments on commit 02f195f

Please sign in to comment.