File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ jobs:
297297 -H "Authorization: token ${{ secrets.HOMEBREW_TAP_TOKEN }}" \
298298 -H "Accept: application/vnd.github.v3+json" \
299299 https://api.github.com/repos/bordeux/homebrew-tap/actions/workflows/update-formulas.yml/dispatches \
300- -d '{"ref":"main ","inputs":{"project":"tmpltool"}}'
300+ -d '{"ref":"master ","inputs":{"project":"tmpltool"}}'
301301
302302 update-apt-repo :
303303 name : Trigger APT Repository Update
@@ -310,4 +310,4 @@ jobs:
310310 -H "Authorization: token ${{ secrets.APT_REPO_TOKEN }}" \
311311 -H "Accept: application/vnd.github.v3+json" \
312312 https://api.github.com/repos/bordeux/apt-repo/actions/workflows/update-repo.yml/dispatches \
313- -d '{"ref":"main ","inputs":{"project":"bordeux/tmpltool"}}'
313+ -d '{"ref":"master ","inputs":{"project":"bordeux/tmpltool"}}'
You can’t perform that action at this time.
0 commit comments