Skip to content

Commit 09540b8

Browse files
committed
CI: Fix YAML syntax
1 parent d25be39 commit 09540b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Extract New-Versions git trailer from Renovate
3030
if: ${{ github.event_name == 'pull_request' }}
3131
env:
32-
GITHUB_HEAD_REF: {{ github.head_ref }}
32+
GITHUB_HEAD_REF: "{{ github.head_ref }}"
3333
run: |
3434
if [ ! -f cabal.project ]
3535
then echo 'packages: .' > cabal.project

0 commit comments

Comments
 (0)