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 534cf1b commit 07bbf98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
steps:
- name: 💞 Github actions...
uses: actions/checkout@v3
- name: 🌈 Deploy with ssh...
- name: 📝 Exibir valor do IP
run: echo "O IP do servidor é ${{ secrets.IP }}"
- name: 🌈 Deploy com SSH...
uses: ./
with:
IP: ${{ secrets.IP }}
Expand Down

0 comments on commit 07bbf98

Please sign in to comment.