Skip to content

Commit

Permalink
add retry
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartie4 committed Aug 8, 2022
1 parent dafb48e commit 39dadea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set-pr-status/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ runs:
' > ./notify.sh;
chmod 777 ./notify.sh;
notify.sh || { sleep 10 && echo "Retrying..." && notify.sh; }
./notify.sh || { sleep 10 && echo "Retrying..." && ./notify.sh; }

0 comments on commit 39dadea

Please sign in to comment.