Skip to content

Commit 781e46e

Browse files
committed
Fix branch name
1 parent 18cdd4c commit 781e46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/outdated-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
--header "Accept: application/vnd.github+json" \
3838
--header "Authorization: Bearer ${TOKEN}" \
3939
"https://api.github.com/repos/php-curl-class/php-curl-class/actions/workflows/outdated-update-package.yml/dispatches" \
40-
--data "{\"ref\":\"main\",\"inputs\":{\"package_name\":\"${package_name}\",\"package_version\":\"${package_version}\"}}"
40+
--data "{\"ref\":\"master\",\"inputs\":{\"package_name\":\"${package_name}\",\"package_version\":\"${package_version}\"}}"
4141
done
4242
4343
echo "done"

0 commit comments

Comments
 (0)