mirror of
https://github.com/cdr/code-server.git
synced 2026-05-08 12:30:40 +02:00
fix(ci): specify ref in aur publish job (#5550)
This commit is contained in:
parent
04f1080451
commit
dbe87c5494
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
|
|
@ -95,6 +95,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repository: "cdrci/code-server-aur"
|
repository: "cdrci/code-server-aur"
|
||||||
token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
|
token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
|
||||||
|
ref: "master"
|
||||||
|
|
||||||
- name: Configure git
|
- name: Configure git
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue