Skip to content

Commit

Permalink
test usage
Browse files Browse the repository at this point in the history
  • Loading branch information
root27 committed Apr 2, 2024
1 parent a8cd8e8 commit eac67d7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ jobs:
- uses: actions/checkout@v2
- name: test
env:
server: ${{ secrets.server }}
run: echo
SERVER_KEY: ${{ secrets.SERVER_KEY }}
run: echo "test"
- uses: actions/checkout@v2
- name: deployment
env:
SERVER_KEY: ${{ secrets.SERVER_KEY }}
run: echo "hello from usage 2"

0 comments on commit eac67d7

Please sign in to comment.