@@ -115,7 +115,7 @@ runs:
115115 with :
116116 repository : ${{ inputs.org_homebrew_repo }}
117117 ref : ${{ inputs.org_homebrew_repo_branch }}
118- path : ${{ github.workspace }}/homebrew-release-action /org_homebrew_repo
118+ path : ${{ github.workspace }}/release_homebrew_action /org_homebrew_repo
119119 persist-credentials : false # otherwise, the token used is the GITHUB_TOKEN, instead of the personal token
120120 fetch-depth : 1
121121
@@ -124,7 +124,7 @@ runs:
124124 uses : actions/checkout@v4
125125 with :
126126 repository : ${{ inputs.homebrew_core_fork_repo }}
127- path : ${{ github.workspace }}/homebrew-release-action /homebrew_core_fork_repo
127+ path : ${{ github.workspace }}/release_homebrew_action /homebrew_core_fork_repo
128128 persist-credentials : false # otherwise, the token used is the GITHUB_TOKEN, instead of the personal token
129129 fetch-depth : 1
130130
@@ -157,7 +157,7 @@ runs:
157157 author_email : ${{ inputs.git_email }}
158158 author_name : ${{ inputs.git_username }}
159159 branch : ${{ inputs.org_homebrew_repo_branch }} # commit to target branch
160- directory : ${{ github.workspace }}/homebrew-release-action /org_homebrew_repo
160+ directory : ${{ github.workspace }}/release_homebrew_action /org_homebrew_repo
161161 github_token : ${{ inputs.token }}
162162 message : " Update ${{ github.repository }} to ${{ github.sha }}"
163163 repository : ${{ inputs.org_homebrew_repo }}
@@ -169,7 +169,7 @@ runs:
169169 author_email : ${{ inputs.git_email }}
170170 author_name : ${{ inputs.git_username }}
171171 branch : ${{ steps.homebrew-tests.outputs.homebrew_core_branch }}
172- directory : ${{ github.workspace }}/homebrew-release-action /homebrew_core_fork_repo
172+ directory : ${{ github.workspace }}/release_homebrew_action /homebrew_core_fork_repo
173173 force : true # need to force since the branch is sometimes reset
174174 github_token : ${{ inputs.token }}
175175 message : " Update ${{ github.repository }} to ${{ github.sha }}"
@@ -180,7 +180,7 @@ runs:
180180 GH_TOKEN : ${{ inputs.token }}
181181 if : ${{ inputs.contribute_to_homebrew_core == 'true' && inputs.publish == 'true' }}
182182 shell : bash
183- working-directory : ${{ github.workspace }}/homebrew-release-action /homebrew_core_fork_repo
183+ working-directory : ${{ github.workspace }}/release_homebrew_action /homebrew_core_fork_repo
184184 run : |
185185 # Check if a pull request already exists with the same head branch
186186 PR_EXISTS=$(gh pr list \
@@ -197,7 +197,7 @@ runs:
197197 --head ${{ steps.homebrew-tests.outputs.homebrew_core_branch }} \
198198 --title "Update ${{ github.repository }} to ${{ github.sha }}" \
199199 --body \
200- "Created by [ LizardByte/homebrew-release-action ](https://github.com/LizardByte/homebrew-release-action) " \
200+ "Created by the LizardByte [release_homebrew ](https://github.com/LizardByte/actions) action " \
201201 --no-maintainer-edit \
202202 --repo ${{ inputs.upstream_homebrew_core_repo }}
203203 else
0 commit comments