Skip to content

Commit

Permalink
shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Rindrics committed Jun 15, 2024
1 parent 5849fd5 commit f1c4cb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ runs:
- name: Get current workflow file
id: get-workflow
run: echo "workflow_file=${{ github.event.workflow }}" >> $GITHUB_ENV
shell: bash

- name: Check parameters
shell: bash
run: ./scripts/validate-param.sh
shell: bash
env:
PARAMS: ${{ inputs.params }}
WORKFLOW_FILE: ${{ github.workspace }}/.github/workflows/${{ env.workflow_file }}.yml

0 comments on commit f1c4cb1

Please sign in to comment.