Skip to content

Commit

Permalink
attempt to use relative action reference
Browse files Browse the repository at this point in the history
  • Loading branch information
DenKoren committed Oct 21, 2024
1 parent 04edd04 commit 1026a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-python-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down

0 comments on commit 1026a0a

Please sign in to comment.