Skip to content

Commit

Permalink
feat: allow configurable delay before server restart (#105)
Browse files Browse the repository at this point in the history
using DELAY_BEFORE_RESTART GitHub Actions variable
  • Loading branch information
nicopico-dev authored Aug 27, 2024
1 parent 3151b84 commit d8ae0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/restart-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
}
- name: Wait until the server has stopped
run: |
sleep 15
sleep ${{ vars.DELAY_BEFORE_RESTART }}
- name: Restart Server
uses: fjogeleit/http-request-action@v1
with:
Expand Down

0 comments on commit d8ae0a5

Please sign in to comment.