Skip to content

Commit e7cff66

Browse files
committed
Fix push
1 parent afdba76 commit e7cff66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-supported-enterprise-server-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
git checkout -b update-supported-enterprise-server-versions
5252
git add .
5353
git commit --message "Update supported GitHub Enterprise Server versions"
54-
git push
54+
git push origin update-supported-enterprise-server-versions
5555
gh pr create --fill --draft
5656
fi

0 commit comments

Comments
 (0)