Skip to content

Commit

Permalink
fix: attempt container solution
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelvesavuori committed Feb 20, 2024
1 parent 52054f3 commit c15fb0b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,5 @@ inputs:
runs:
using: 'composite'
steps:
- run: echo "${{ github.action_path }}" >> $GITHUB_PATH
shell: bash
- run: echo "--> $GITHUB_PATH"
- run: $GITHUB_PATH/script.sh "${{ inputs.allow_licenses }}" "${{ inputs.nested_field }}" "${{ inputs.exclude_pattern }}"
- run: $GITHUB_ACTION_PATH/script.sh "${{ inputs.allow_licenses }}" "${{ inputs.nested_field }}" "${{ inputs.exclude_pattern }}"
shell: bash

0 comments on commit c15fb0b

Please sign in to comment.