Archived
1
0

fix(ci): specify ref in aur publish job (#5550)

This commit is contained in:
Joe Previte 2022-09-09 15:50:21 -07:00 committed by GitHub
parent 04f1080451
commit dbe87c5494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |