You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sh ./update.sh ${{ steps.version.outputs.version }}
139
+
140
+
- name: Open PR
141
+
# We need to gitt push -u otherwise gh will prompt
142
+
# asking where to push branch.
143
+
run: |
144
+
git push -u origin $(git branch --show)
145
+
gh pr create --repo coder/code-server-aur --title "chore: bump version to ${{ steps.version.outputs.version }}" --body "PR opened by @$GITHUB_ACTOR" --assignee $GITHUB_ACTOR
0 commit comments