diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/pipeline_run.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/pipeline_run.yml b/.github/workflows/pipeline_run.yml index 0acb5cb..bc5abb6 100644 --- a/.github/workflows/pipeline_run.yml +++ b/.github/workflows/pipeline_run.yml @@ -61,6 +61,15 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Mount data area + uses: ./.github/actions/sshfs + with: + user: abcd + password: efghijk + remote_host: example.tld + remote_dir: /data + local_dir: /mydata + - name: STASIS (${{ runner.os }}-${{ runner.arch }}) uses: ./.github/actions/stasis with: |
