mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 17:02:27 +01: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:
|
||||
repository: "cdrci/code-server-aur"
|
||||
token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
|
||||
ref: "master"
|
||||
|
||||
- name: Configure git
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue