Skip to content

Commit

Permalink
Fix missing dollar sign
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-fairy authored Jan 7, 2021
1 parent 1fab3b0 commit eb47290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2
with:
ref: '{{ github.event.inputs.ref }}'
ref: '${{ github.event.inputs.ref }}'
# Documentation build uses `git describe` which requires history
fetch-depth: 0

Expand Down

0 comments on commit eb47290

Please sign in to comment.