From 3a8ee1b62bc32cc846500d9c9f75f54e434a5577 Mon Sep 17 00:00:00 2001 From: Curtis Vogt Date: Thu, 10 Oct 2024 13:45:14 -0500 Subject: [PATCH] Use `beacon-biosignals/job-context@v1.1.0` --- action.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/action.yaml b/action.yaml index bf852b3..c11f970 100644 --- a/action.yaml +++ b/action.yaml @@ -25,10 +25,8 @@ outputs: runs: using: composite steps: - - uses: beacon-biosignals/job-context@abc4b535d749dacbcd688250e36cbec0da6f7d6a # v1.0.0 - id: job - with: - path: ${{ github.action_path }}/repo + - id: job + uses: beacon-biosignals/job-context@dc62ca83b8f1f85297c2b2038d78dc1fdcc4417d # v1.1.0 - name: Generate job output shell: bash run: |