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 57b0f47 commit 86512a9Copy full SHA for 86512a9
.github/workflows/test-before-pr.yml
@@ -2,8 +2,10 @@ name: Test before PR
2
3
on:
4
pull_request:
5
- branches: [ "main" ]
+ branches: ["main"]
6
7
jobs:
8
test:
9
uses: ./.github/workflows/base-test.yml
10
+ # https://docs.github.com/en/actions/using-workflows/reusing-workflows#passing-inputs-and-secrets-to-a-reusable-workflow
11
+ secrets: inherit
.github/workflows/test-main.yml
@@ -2,8 +2,10 @@ name: Test main
push:
0 commit comments