From 1026a0ab32d930c0345bd587458476c1c2051cce Mon Sep 17 00:00:00 2001 From: Korenevskiy Denis Date: Mon, 21 Oct 2024 10:26:00 +0300 Subject: [PATCH] attempt to use relative action reference --- .github/workflows/node-python-matrix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-python-matrix.yaml b/.github/workflows/node-python-matrix.yaml index 4ead5294..92b3efe9 100644 --- a/.github/workflows/node-python-matrix.yaml +++ b/.github/workflows/node-python-matrix.yaml @@ -403,7 +403,7 @@ jobs: runs-on: ubuntu-latest steps: - id: context - uses: ./actions/context/action.yaml + uses: actions/context/action.yaml outputs: is-release: ${{ fromJSON(steps.context.outputs.is-release) }}