We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8bcd22 commit 923f125Copy full SHA for 923f125
.github/workflows/deploy.yml
@@ -20,6 +20,8 @@ jobs:
20
steps:
21
- name: Checkout code
22
uses: actions/checkout@v4
23
+ with:
24
+ ref: ${{ github.ref_name }}
25
26
- name: Set up Node.js
27
uses: actions/setup-node@v4
.github/workflows/develop.yml
@@ -19,6 +19,8 @@ jobs:
19
0 commit comments