Skip to content

Commit

Permalink
CMSP-584 action needs to use action path (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Aug 25, 2023
1 parent da0a6bc commit 25338f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ runs:
- name: Check Dependencies
shell: bash
run: |
./bin/validate-dependencies-yml-schema.sh ${{ inputs.dependencies-yml }}
./bin/dependency-check-pr.sh
${{ github.action_path }}/bin/validate-dependencies-yml-schema.sh ${{ inputs.dependencies-yml }}
${{ github.action_path }}/bin/dependency-check-pr.sh
env:
DEPENDENCIES_YML: ${{ inputs.dependencies-yml }}
OUTPUT_FILE: ${{ inputs.output-file }}
Expand Down

0 comments on commit 25338f6

Please sign in to comment.