Skip to content

Commit

Permalink
fix: empty commit for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Jul 12, 2022
1 parent 0164600 commit ab4b1b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/semantic-release-pack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:

- name: Create .releaserc.json
uses: filipeforattini/ff-iac-github-actions/.github/actions/generate-releaserc-file@main
if: steps.file-checker.outputs.has_releaserc_file == false && inputs.createReleaseRCIfNotExists == true
if: steps.file-checker.outputs.has_releaserc_file == "false" && inputs.createReleaseRCIfNotExists == "true"
with:
defaultBranch: ${{ inputs.mainBranch }}
files: ${{ inputs.files }}
Expand Down
2 changes: 1 addition & 1 deletion src/actions/semantic-release-pack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:

- name: Create .releaserc.json
uses: filipeforattini/ff-iac-github-actions/.github/actions/generate-releaserc-file@main
if: steps.file-checker.outputs.has_releaserc_file == false && inputs.createReleaseRCIfNotExists == true
if: steps.file-checker.outputs.has_releaserc_file == "false" && inputs.createReleaseRCIfNotExists == "true"
with:
defaultBranch: ${{ inputs.mainBranch }}
files: ${{ inputs.files }}
Expand Down

0 comments on commit ab4b1b7

Please sign in to comment.