Skip to content

Commit d28f83f

Browse files
ShahanaFarooquicdecker
authored andcommitted
ci: Update checkout reference for doc deployment
I had previously left the reference branch set from earlier testing by mistake. This update ensures that the action now runs from the branch that triggered the workflow.
1 parent 7bbf1fb commit d28f83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout repository
2828
uses: actions/checkout@v4
2929
with:
30-
ref: testing-doc-snippets
30+
ref: ${{ github.ref }}
3131
token: ${{ secrets.GITHUB_TOKEN }}
3232
fetch-depth: 0
3333

0 commit comments

Comments
 (0)