Skip to content

Commit

Permalink
hello true false
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Oct 24, 2024
1 parent c6f2157 commit 9a43ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install-repo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ runs:
key: build-${{inputs.repo-name}}
path: ${{ runner.temp }}/build-${{inputs.repo-name}}

- if: ${{format('false', inputs.repo-name)}}
- if: false
shell: bash
run: echo "hello false"

- if: ${{format('true', inputs.repo-name)}}
- if: true
shell: bash
run: echo "hello true"

Expand Down

0 comments on commit 9a43ee9

Please sign in to comment.