Skip to content

Commit 561e9e1

Browse files
committed
fix: deploy workflow
1 parent 782613f commit 561e9e1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/puny-swans-take.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"openscript-ch-website": patch
3+
---
4+
5+
Fix deploy workflow

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v6
3131
with:
32-
ref: master
32+
ref: ${{ inputs.ref }}
3333
# Fetch all history for tags
3434
# https://github.com/actions/checkout/issues/1471#issuecomment-1755639487
3535
filter: tree:0

0 commit comments

Comments
 (0)