Skip to content

Commit

Permalink
github: fix run tests logs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Oct 29, 2024
1 parent 6fddd85 commit 44c4e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/Run_Tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ runs:
uses: ./sipssert/.github/actions/Publish_Logs
with:
log_name: sipssert-${{ inputs.tests }}-logs
directory: '{{ inputs.directory }}'
directory: ${{ inputs.directory }}

0 comments on commit 44c4e88

Please sign in to comment.