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 1b6e4e8 commit c662a3fCopy full SHA for c662a3f
.github/workflows/test.yml
@@ -11,6 +11,8 @@ jobs:
11
steps:
12
- name: Git checkout
13
uses: actions/checkout@v2
14
+ with:
15
+ ref: ${{ inputs.branch || github.ref_name }}
16
17
- name: Use Node.js ${{ matrix.node }}
18
uses: actions/setup-node@v1
0 commit comments