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 af37430 commit d21e3bb
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,10 +30,10 @@ runs:
HAS_RELEASERC_FILE=$(if test -f .releaserc.json; then (echo "true"); else (echo "false") ; fi)
echo "::set-output name=has_releaserc_file::$HAS_RELEASERC_FILE"
echo has_releaserc_file=$HAS_RELEASERC_FILE
echo branch=${{ inputs.defaultBranch }}
- 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
with:
defaultBranch: ${{ inputs.defaultBranch }}
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,10 +30,10 @@ runs:
HAS_RELEASERC_FILE=$(if test -f .releaserc.json; then (echo "true"); else (echo "false") ; fi)
echo "::set-output name=has_releaserc_file::$HAS_RELEASERC_FILE"
echo has_releaserc_file=$HAS_RELEASERC_FILE
echo branch=${{ inputs.defaultBranch }}
- 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
with:
defaultBranch: ${{ inputs.defaultBranch }}
files: ${{ inputs.files }}
Expand Down

0 comments on commit d21e3bb

Please sign in to comment.