Skip to content

Commit 1398bea

Browse files
committed
try again
1 parent c53952f commit 1398bea

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,10 @@ jobs:
107107
GH_TOKEN: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}
108108
steps:
109109
- name: Checkout code-server-aur repo
110-
run: gh repo fork coder/code-server-aur --clone -- --depth=1
110+
uses: actions/checkout@v3
111+
with:
112+
repository: 'cdrci/code-server-aur'
113+
token: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}
111114

112115
- name: Configure git
113116
run: |
@@ -117,7 +120,7 @@ jobs:
117120
- name: Bump version
118121
run: |
119122
cd code-server-aur
120-
git checkout -b test-branch
123+
git checkout -b test-1-branch
121124
echo "bumping version"
122125
echo "new version..." >> README.md
123126

0 commit comments

Comments
 (0)