aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2025-01-17 13:53:40 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2025-01-17 13:53:40 -0500
commit4b241911535c9cc6011e95ee3a95947d39501d5b (patch)
tree15b52b06f350cebaf414b7e0c1b1846ed4c680ab /.github/workflows
parent21ca52ab66be94b5a2c724704648703599765327 (diff)
downloadghasandbox-4b241911535c9cc6011e95ee3a95947d39501d5b.tar.gz
OK
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pipeline_run.yml9
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: