Skip to content

Commit

Permalink
github: enclose inputs in shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Oct 25, 2024
1 parent bbbb583 commit 6fddd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/Publish_Logs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
steps:
- name: Resolve logs path
run: |
cd ${{ inputs.directory }}
cd "${{ inputs.directory }}"
echo "LOGS_PATH=$(readlink -f logs/latest)" >> $GITHUB_ENV
shell: bash

Expand Down

0 comments on commit 6fddd85

Please sign in to comment.