We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53952f commit 1398beaCopy full SHA for 1398bea
.github/workflows/ci.yaml
@@ -107,7 +107,10 @@ jobs:
107
GH_TOKEN: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}
108
steps:
109
- name: Checkout code-server-aur repo
110
- run: gh repo fork coder/code-server-aur --clone -- --depth=1
+ uses: actions/checkout@v3
111
+ with:
112
+ repository: 'cdrci/code-server-aur'
113
+ token: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}
114
115
- name: Configure git
116
run: |
@@ -117,7 +120,7 @@ jobs:
117
120
- name: Bump version
118
121
119
122
cd code-server-aur
- git checkout -b test-branch
123
+ git checkout -b test-1-branch
124
echo "bumping version"
125
echo "new version..." >> README.md
126
0 commit comments