Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
strangerkir committed Dec 18, 2023
1 parent 6749134 commit 109e54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Set up plugin dir name
env:
PLUGIN_DIR_NAME: {{ inputs.PLUGIN_DIR_NAME }}
PLUGIN_DIR_NAME: ${{ inputs.PLUGIN_DIR_NAME }}
id: plugin-dir-name
run: |
if [ ! -z "$PLUGIN_DIR_NAME" ]; then
Expand Down

0 comments on commit 109e54e

Please sign in to comment.