Skip to content

Commit 1517360

Browse files
committed
try again
1 parent 2658d9f commit 1517360

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,13 @@ jobs:
119119
120120
- name: Bump version
121121
run: |
122-
cd code-server-aur
122+
pwd
123123
git checkout -b test-1-branch
124124
echo "bumping version"
125125
echo "new version..." >> README.md
126126
127127
- name: Open PR
128128
run: |
129-
cd code-server-aur
130129
git remote -v
131130
git push -u origin $(git branch --show)
132131
gh pr create --fill

0 commit comments

Comments
 (0)