Skip to content

Commit 9403b7b

Browse files
author
Daniel Garcia Briseno
committed
Use github.ref instead of github.sha
1 parent 15ada45 commit 9403b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Helioviewer Docker environment
1717
uses: Helioviewer-Project/helioviewer.org-docker/.github/actions/helioviewer-docker@main
1818
with:
19-
api-ref: ${{ github.sha }}
19+
api-ref: ${{ github.ref }}
2020

2121
- name: Print container logs
2222
if: always()

0 commit comments

Comments
 (0)