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 6081a94 commit 8f8f440Copy full SHA for 8f8f440
.github/workflows/ci.yml
@@ -20,6 +20,8 @@ jobs:
20
steps:
21
- name: Checkout
22
uses: actions/checkout@v4
23
+ with:
24
+ ref: ${{ github.ref }}
25
- name: Setup Node.js
26
uses: actions/setup-node@v4
27
- name: Install dependencies
.github/workflows/publish-extension.yml
@@ -15,6 +15,8 @@ jobs:
15
16
- name: Checkout to branch
17
18
19
- name: Setup node.js
0 commit comments