Skip to content

Commit

Permalink
Update mirror-to-casus.yml:
Browse files Browse the repository at this point in the history
- Update workflow name to match style of the other workflows
- Fix: Node.js 16 actions are deprecated. Please update the following actions
       to use Node.js 20: actions/checkout@v3.
- Fix indentation isues
  • Loading branch information
DanielKotik committed Jun 13, 2024
1 parent 8434b8b commit 4ea9adc
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/mirror-to-casus.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name: mirror
name: Mirror to CASUS

on: [push, delete]

jobs:
mirror-to-CASUS:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: mirror-repository
uses: spyoungtech/[email protected]
with:
REMOTE: 'ssh://[email protected]/casus/mala.git'
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"
DEBUG: "true"
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: mirror-repository
uses: spyoungtech/[email protected]
with:
REMOTE: 'ssh://[email protected]/casus/mala.git'
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"
DEBUG: "true"

0 comments on commit 4ea9adc

Please sign in to comment.