Skip to content
Snippets Groups Projects
Unverified Commit 22668545 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

fix

parent 760f1ae7
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ jobs:
repository: noesya/osuny-hugo-theme-aaa
token: ${{ secrets.OSUNY_EXAMPLE_TOKEN }}
path: themes/osuny-hugo-theme-aaa
ref: '${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}'
ref: ${{ github.head_ref || github.ref_name }}
- name: Pushing new branch on Example
run: |
echo "== Pushing branch =="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment