From 3b106763e0b87b5c6fd9287d3f92ef582f80c1ca Mon Sep 17 00:00:00 2001 From: Maxime Mulder Date: Tue, 12 Nov 2024 16:51:56 -0500 Subject: [PATCH] debugging --- .github/workflows/integration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ba70c970e..b3d19b22b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -21,6 +21,9 @@ jobs: name: Docker runs-on: ubuntu-latest steps: + - name: Print variables + run: echo ${{ vars.S3_BUCKET_URL }} ${{ vars.S3_BUCKET_NAME }} + - name: Check out LORIS-MRI uses: actions/checkout@v4