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 782613f commit 561e9e1Copy full SHA for 561e9e1
.changeset/puny-swans-take.md
@@ -0,0 +1,5 @@
1
+---
2
+"openscript-ch-website": patch
3
4
+
5
+Fix deploy workflow
.github/workflows/deploy.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Checkout
30
uses: actions/checkout@v6
31
with:
32
- ref: master
+ ref: ${{ inputs.ref }}
33
# Fetch all history for tags
34
# https://github.com/actions/checkout/issues/1471#issuecomment-1755639487
35
filter: tree:0
0 commit comments