Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skywarth authored May 15, 2023
1 parent ae3b344 commit 444d547
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 @@ -16,7 +16,7 @@ runs:
- name: Dump context
uses: crazy-max/ghaction-dump-context@v2
- name: Dump build_path
run: echo "build_path is: ${{ inputs.build_path }}"
run: echo "build_path is ${{ inputs.build_path }}"
shell: bash
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 444d547

Please sign in to comment.