Skip to content

Commit

Permalink
missing dollar
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed May 4, 2023
1 parent c3746ef commit 15ef205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
- name: Generate ReSpec
shell: bash
run: |
python3 "{{ github.action_path }}/respec_action.py" "${{ inputs.markdown_dir }}"
python3 "${{ github.action_path }}/respec_action.py" "${{ inputs.markdown_dir }}"
- name: Publish
shell: bash
run: |
Expand Down

0 comments on commit 15ef205

Please sign in to comment.