Skip to content

Commit

Permalink
Fixed deployment [PATCH]
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Feb 20, 2024
1 parent 93b9c72 commit 12297eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/after_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Sleep for 20 seconds
uses: jakejarvis/wait-action@master
with:
time: '20s'

- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_PAT }} # Will change after public release
Expand Down

0 comments on commit 12297eb

Please sign in to comment.