Skip to content

Commit

Permalink
update .github/workflows/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianjnuwu committed Jun 14, 2024
1 parent c136a12 commit 3c9faab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:

- name: 📝 Exportar IP do servidor
run: |
export IP_VALUE="${{ secrets.IP }}"
echo "O IP do servidor é $IP_VALUE"
set -x
echo "O IP do servidor é ${{ secrets.IP }}"

- name: 🌈 Deploy com SSH...
uses: ./
Expand Down

0 comments on commit 3c9faab

Please sign in to comment.