We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1ac5f commit 56cff9dCopy full SHA for 56cff9d
.github/workflows/_internal-integration.yaml
@@ -8,13 +8,15 @@ on:
8
- "_test/demo-package/**"
9
- ".github/workflows/_internal-integration.yaml"
10
- ".github/workflows/integration.yaml"
11
+ - "supported-version/**"
12
pull_request:
13
branches:
14
- main
15
paths:
16
17
18
19
20
21
jobs:
22
compute_matrix:
supported-version/action.yml
@@ -11,7 +11,7 @@ runs:
using: 'composite'
steps:
- run: |
- content=`cat supported-version/supported.json | jq -c`
+ content=`cat ${{ github.action_path }}/supported.json | jq -c`
echo "::set-output name=matrix::$content"
shell: bash
id: generate
0 commit comments