mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 22:48:03 +01:00
Compare commits
No commits in common. "8ee83dfeb7100fb0a8fa0722d0beac085b206587" and "6e73c50ff63881940c48f95f20fc83e77ee05490" have entirely different histories.
8ee83dfeb7
...
6e73c50ff6
2 changed files with 2 additions and 2 deletions
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
echo "${{ secrets.DEPLOY_KEY }}" > $TEMP
|
||||
ssh -o StrictHostKeyChecking=no -i $TEMP -p ${{ secrets.DEPLOY_PORT }} ${{ secrets.DEPLOY_USERNAME }}@${{ secrets.DEPLOY_HOST }} /mnt/data/charasheet/update
|
||||
- name: Check
|
||||
uses: nick-fields/retry@v3
|
||||
uses: nick-fields/retry@v2
|
||||
with:
|
||||
timeout_seconds: 30
|
||||
max_attempts: 5
|
||||
|
|
2
.github/workflows/update-dependencies.yaml
vendored
2
.github/workflows/update-dependencies.yaml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
app_id: ${{ secrets.PR_APP_ID }}
|
||||
private_key: ${{ secrets.PR_APP_PRIVATE_KEY }}
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v6
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
id: create-pull-request
|
||||
with:
|
||||
token: ${{ steps.generate-token.outputs.token }}
|
||||
|
|
Loading…
Reference in a new issue