Skip to content

Commit ccda793

Browse files
committed
ci: rename user test repo
1 parent 0a44ab3 commit ccda793

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/CI.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,23 @@ jobs:
2929
- name: Checkout "refined-github"
3030
uses: actions/checkout@v4
3131
with:
32-
repository: sindresorhus/refined-github
32+
repository: refined-github/refined-github
3333
ref: f462a67be700d790d5e4ea988479e0883d585e7d
34-
path: ./sindresorhus/refined-github
34+
path: ./refined-github/refined-github
3535
- name: Install dependencies
3636
run: npm ci
37-
working-directory: ./sindresorhus/refined-github
37+
working-directory: ./refined-github/refined-github
3838
- name: Link package
3939
run: |
4040
cd ./g-plane/typed-query-selector
4141
sudo npm link
42-
cd ../../sindresorhus/refined-github
42+
cd ../../refined-github/refined-github
4343
npm link typed-query-selector
4444
- name: Execute in non-strict mode
4545
run: node node_modules/.bin/tsc --noEmit --extendedDiagnostics
46-
working-directory: ./sindresorhus/refined-github
46+
working-directory: ./refined-github/refined-github
4747
- name: Execute in strict mode
4848
run: |
4949
sed -i "s/typed-query-selector/typed-query-selector\/strict/" source/refined-github.ts
5050
node node_modules/.bin/tsc --noEmit --extendedDiagnostics
51-
working-directory: ./sindresorhus/refined-github
51+
working-directory: ./refined-github/refined-github

0 commit comments

Comments
 (0)