We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f1080 commit dbe87c5Copy full SHA for dbe87c5
.github/workflows/publish.yaml
@@ -95,6 +95,7 @@ jobs:
95
with:
96
repository: "cdrci/code-server-aur"
97
token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
98
+ ref: "master"
99
100
- name: Configure git
101
run: |
0 commit comments