We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c975f commit 720be75Copy full SHA for 720be75
.github/workflows/allboards.yml
@@ -32,7 +32,11 @@ jobs:
32
test-chunks: ${{ steps['set-test-chunks'].outputs['test-chunks'] }}
33
34
steps:
35
- - uses: actions/checkout@v3
+ - name: Checkout repository
36
+ uses: actions/checkout@v3
37
+ with:
38
+ ref: ${{ github.event.client_payload.branch }}
39
+
40
- run: npm install
41
- name: Setup jq
42
uses: dcarbone/[email protected]
@@ -63,6 +67,8 @@ jobs:
63
67
64
68
- name: Checkout repository
65
69
uses: actions/checkout@v3
70
71
66
72
73
- name: Echo FQBNS to file
74
run:
0 commit comments