Compare commits

...

2 Commits

Author SHA1 Message Date
db60419881 Merge pull request 'Update webfactory/ssh-agent action to v0.9.1' (#15) from renovate/webfactory-ssh-agent-0.x into main
All checks were successful
Remote Deployment Pipeline / Prepare deployment vars (push) Successful in 2s
Remote Deployment Pipeline / Create remote directory (push) Successful in 6s
Remote Deployment Pipeline / Cleanup MR environment (push) Has been skipped
Remote Deployment Pipeline / Sync repository files (push) Successful in 17s
Remote Deployment Pipeline / Run docker-compose remotely (push) Successful in 6s
Reviewed-on: #15
2025-10-28 22:16:51 +01:00
58ad0d389a Update webfactory/ssh-agent action to v0.9.1
All checks were successful
Remote Deployment Pipeline / Prepare deployment vars (pull_request) Successful in 3s
Remote Deployment Pipeline / Create remote directory (pull_request) Has been skipped
Remote Deployment Pipeline / Cleanup MR environment (pull_request) Successful in 10s
Remote Deployment Pipeline / Sync repository files (pull_request) Has been skipped
Remote Deployment Pipeline / Run docker-compose remotely (pull_request) Has been skipped
2025-10-28 21:12:04 +00:00

View File

@@ -52,7 +52,7 @@ jobs:
|| github.ref == 'refs/heads/main' || github.ref == 'refs/heads/main'
steps: steps:
- name: Setup SSH - name: Setup SSH
uses: webfactory/ssh-agent@v0.9.0 uses: webfactory/ssh-agent@v0.9.1
with: with:
ssh-private-key: ${{ env.SSH_PRIVATE_KEY }} ssh-private-key: ${{ env.SSH_PRIVATE_KEY }}
@@ -98,7 +98,7 @@ jobs:
|| github.ref == 'refs/heads/main' || github.ref == 'refs/heads/main'
steps: steps:
- name: Setup SSH - name: Setup SSH
uses: webfactory/ssh-agent@v0.9.0 uses: webfactory/ssh-agent@v0.9.1
with: with:
ssh-private-key: ${{ env.SSH_PRIVATE_KEY }} ssh-private-key: ${{ env.SSH_PRIVATE_KEY }}
@@ -124,7 +124,7 @@ jobs:
(github.event.action == 'closed' || github.event.pull_request.merged == true) (github.event.action == 'closed' || github.event.pull_request.merged == true)
steps: steps:
- name: Setup SSH - name: Setup SSH
uses: webfactory/ssh-agent@v0.9.0 uses: webfactory/ssh-agent@v0.9.1
with: with:
ssh-private-key: ${{ env.SSH_PRIVATE_KEY }} ssh-private-key: ${{ env.SSH_PRIVATE_KEY }}