From 4b241911535c9cc6011e95ee3a95947d39501d5b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 17 Jan 2025 13:53:40 -0500 Subject: OK --- .github/workflows/pipeline_run.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.github/workflows') 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: -- cgit