Skip to content

Commit

Permalink
[nc] testing if statement
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed May 13, 2024
1 parent c50640d commit 91ec245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
if: ${{ inputs.op-version != "" }}
uses: 1password/install-cli-action@v1
with:
version: ${ inputs.op-version }
version: ${{ inputs.op-version }}

# - name: install 1password

Check warning on line 24 in install/action.yaml

View workflow job for this annotation

GitHub Actions / static code analysis / gha-tools-action static code analysis workflow

24:5 [comments-indentation] comment not indented like content
# shell: bash
Expand Down

0 comments on commit 91ec245

Please sign in to comment.