Skip to content

Commit

Permalink
use proper variable syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicrootXYZ committed Oct 20, 2024
1 parent d0d6a05 commit 541a8aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
steps:
- uses: actions/download-artifact@master
with:
name: "{{ inputs.artifact_name }}"
path: "{{ inputs.artifact_path }}"
name: "${{ inputs.artifact_name }}"
path: "${{ inputs.artifact_path }}"
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit 541a8aa

Please sign in to comment.