Skip to content

Commit

Permalink
Change in input name
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore7snehil committed Oct 25, 2024
1 parent 88b22f4 commit 46265ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: RL-Secure Workflow
on:
workflow_call:
inputs:
node-version:
php-version:
required: true
type: string
artifact-name:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # [email protected]
with:
php-version: ${{ inputs.node-version }}
php-version: ${{ inputs.php-version }}

- name: Build PHP Package
shell: bash
Expand Down

0 comments on commit 46265ff

Please sign in to comment.