Skip to content

Commit d640a9b

Browse files
committed
REVERTME: grimler'ify CI for tests
1 parent 7f4c7c5 commit d640a9b

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/bootstrap_archives.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- arm
2424
- i686
2525
- x86_64
26-
if: github.repository == 'termux/termux-packages'
26+
if: github.repository == 'grimler91/termux-packages'
2727
steps:
2828
- name: Git clone
2929
uses: actions/checkout@v4

.github/workflows/command_not_found.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
issues: write
1414
contents: write
15-
if: github.repository == 'termux/termux-packages'
15+
if: github.repository == 'grimler91/termux-packages'
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Clone repository

.github/workflows/docker_image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
permissions:
2121
contents: read
2222
packages: write
23-
if: github.repository == 'termux/termux-packages'
23+
if: github.repository == 'grimler91/termux-packages'
2424
steps:
2525
- name: Clone repository
2626
uses: actions/checkout@v4
@@ -32,20 +32,20 @@ jobs:
3232
docker build --tag termux/package-builder-cgct:latest --file Dockerfile.cgct .
3333
docker tag termux/package-builder-cgct:latest ghcr.io/termux/package-builder-cgct:latest
3434
- name: Login to GHCR
35-
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'termux/termux-packages'
35+
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'grimler91/termux-packages'
3636
uses: docker/login-action@v3
3737
with:
3838
registry: ghcr.io
3939
username: ${{ github.actor }}
4040
password: ${{ secrets.GITHUB_TOKEN }}
4141
- name: Login to Docker Hub
42-
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'termux/termux-packages'
42+
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'grimler91/termux-packages'
4343
uses: docker/login-action@v3
4444
with:
4545
username: grimler
4646
password: ${{ secrets.DOCKER_TOKEN }}
4747
- name: Push
48-
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'termux/termux-packages'
48+
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'grimler91/termux-packages'
4949
run: |
5050
# ghcr.io seem to be unstable sometimes. It may suddenly drop connection
5151
# during docker push when some layers are already uploaded. The workaround

.github/workflows/package_updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
permissions:
130130
issues: write
131131
contents: write
132-
if: github.event_name != 'pull_request' && github.event_name != 'push' && github.repository == 'termux/termux-packages'
132+
if: github.event_name != 'pull_request' && github.event_name != 'push' && github.repository == 'grimler91/termux-packages'
133133
runs-on: ubuntu-latest
134134
steps:
135135
- name: Clone repository

.github/workflows/packages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ jobs:
268268
upload-test:
269269
permissions:
270270
contents: read
271-
if: github.repository == 'termux/termux-packages' && github.ref != 'refs/heads/master'
271+
if: github.repository == 'grimler91/termux-packages' && github.ref != 'refs/heads/master'
272272
needs: build
273273
runs-on: ubuntu-latest
274274
steps:
@@ -313,7 +313,7 @@ jobs:
313313
if [ ! -f "Packages-${repo}-${arch}" ]; then
314314
echo "[*] Downloading ${url}/dists/${distribution}/${component}/binary-${arch}/Packages.bz2"
315315
curl -s \
316-
--user-agent 'Termux-Packages/1.0\ (https://github.com/termux/termux-packages)' \
316+
--user-agent 'Termux-Packages/1.0\ (https://github.com/grimler91/termux-packages)' \
317317
"${url}/dists/${distribution}/${component}/binary-${arch}/Packages.bz2" \
318318
-o "Packages-${repo}-${arch}.bz2"
319319
7z x "Packages-${repo}-${arch}.bz2" > /dev/null
@@ -335,7 +335,7 @@ jobs:
335335
concurrency: ${{ github.workflow }}
336336
permissions:
337337
contents: read
338-
if: github.repository == 'termux/termux-packages' && github.ref == 'refs/heads/master'
338+
if: github.repository == 'grimler91/termux-packages' && github.ref == 'refs/heads/master'
339339
needs: build
340340
runs-on: ubuntu-latest
341341
steps:

0 commit comments

Comments
 (0)