diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-17 13:53:40 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-17 13:53:40 -0500 |
| commit | 4b241911535c9cc6011e95ee3a95947d39501d5b (patch) | |
| tree | 15b52b06f350cebaf414b7e0c1b1846ed4c680ab /.github/workflows | |
| parent | 21ca52ab66be94b5a2c724704648703599765327 (diff) | |
| download | ghasandbox-4b241911535c9cc6011e95ee3a95947d39501d5b.tar.gz | |
OK
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: |
