mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-10 18:33:53 +01:00
Merge pull request #108 from Crocmagnon/dependabot/github_actions/nick-fields/retry-3
Bump nick-fields/retry from 2 to 3
This commit is contained in:
commit
61859557bc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
||||||
echo "${{ secrets.DEPLOY_KEY }}" > $TEMP
|
echo "${{ secrets.DEPLOY_KEY }}" > $TEMP
|
||||||
ssh -o StrictHostKeyChecking=no -i $TEMP -p ${{ secrets.DEPLOY_PORT }} ${{ secrets.DEPLOY_USERNAME }}@${{ secrets.DEPLOY_HOST }} /mnt/data/checkout/update
|
ssh -o StrictHostKeyChecking=no -i $TEMP -p ${{ secrets.DEPLOY_PORT }} ${{ secrets.DEPLOY_USERNAME }}@${{ secrets.DEPLOY_HOST }} /mnt/data/checkout/update
|
||||||
- name: Check
|
- name: Check
|
||||||
uses: nick-fields/retry@v2
|
uses: nick-fields/retry@v3
|
||||||
with:
|
with:
|
||||||
timeout_seconds: 30
|
timeout_seconds: 30
|
||||||
max_attempts: 5
|
max_attempts: 5
|
||||||
|
|
Loading…
Reference in a new issue