Skip to content

Commit 7c0c0b0

Browse files
authored
fix: merge in master from coder/code-server-aur (#5730)
This ensures that the branch is up-to-date with coder/code-server-aur before opening a PR.
1 parent 649985a commit 7c0c0b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ jobs:
9797
token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
9898
ref: "master"
9999

100+
- name: Merge in master
101+
run: |
102+
git remote add upstream https://github.com/coder/code-server-aur.git
103+
git fetch upstream
104+
git merge upstream/master
105+
100106
- name: Configure git
101107
run: |
102108
git config --global user.name cdrci

0 commit comments

Comments
 (0)