Compare commits

..

No commits in common. "8ee83dfeb7100fb0a8fa0722d0beac085b206587" and "6e73c50ff63881940c48f95f20fc83e77ee05490" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,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/charasheet/update ssh -o StrictHostKeyChecking=no -i $TEMP -p ${{ secrets.DEPLOY_PORT }} ${{ secrets.DEPLOY_USERNAME }}@${{ secrets.DEPLOY_HOST }} /mnt/data/charasheet/update
- name: Check - name: Check
uses: nick-fields/retry@v3 uses: nick-fields/retry@v2
with: with:
timeout_seconds: 30 timeout_seconds: 30
max_attempts: 5 max_attempts: 5

View file

@ -33,7 +33,7 @@ jobs:
app_id: ${{ secrets.PR_APP_ID }} app_id: ${{ secrets.PR_APP_ID }}
private_key: ${{ secrets.PR_APP_PRIVATE_KEY }} private_key: ${{ secrets.PR_APP_PRIVATE_KEY }}
- name: Create Pull Request - name: Create Pull Request
uses: peter-evans/create-pull-request@v6 uses: peter-evans/create-pull-request@v5
id: create-pull-request id: create-pull-request
with: with:
token: ${{ steps.generate-token.outputs.token }} token: ${{ steps.generate-token.outputs.token }}