Skip to content

Commit 830ca3a

Browse files
committed
Fixed typo
1 parent 80f8fe3 commit 830ca3a

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

.github/workflows/dev_test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: execute
2727
uses: awalsh128/cache-apt-pkgs-action@dev
2828
with:
29-
packages: xdot=xdot=1.3-1
29+
packages: xdot=1.3-1
3030
version: ${{ github.run_id }}-${{ github.run_attempt }}-list_all_versions
3131
debug: ${{ env.DEBUG }}
3232
- name: Verify
@@ -261,7 +261,7 @@ jobs:
261261
with:
262262
packages: xdot
263263
version: ${{ github.run_id }}-${{ github.run_attempt }}-list-all-package-versions
264-
debug: false
264+
debug: ${{ env.DEBUG }}
265265

266266
regression_72_1:
267267
runs-on: ubuntu-latest
@@ -400,7 +400,7 @@ jobs:
400400
with:
401401
packages: libgtk-3-dev:amd64
402402
version: ${{ github.run_id }}-${{ github.run_attempt }}-regression_89
403-
debug: true
403+
debug: ${{ env.DEBUG }}
404404

405405
regression_98:
406406
runs-on: ubuntu-latest
@@ -411,7 +411,7 @@ jobs:
411411
with:
412412
packages: git-restore-mtime libgl1-mesa-dev libosmesa6-dev pandoc
413413
version: ${{ github.run_id }}-${{ github.run_attempt }}-regression_98
414-
debug: true
414+
debug: ${{ env.DEBUG }}
415415

416416
regression_106_install:
417417
runs-on: ubuntu-latest
@@ -422,7 +422,7 @@ jobs:
422422
with:
423423
packages: libtk8.6
424424
version: ${{ github.run_id }}-${{ github.run_attempt }}-regression_106
425-
debug: true
425+
debug: ${{ env.DEBUG }}
426426

427427
regression_106_restore:
428428
needs: regression_106_install
@@ -434,4 +434,4 @@ jobs:
434434
with:
435435
packages: libtk8.6
436436
version: ${{ github.run_id }}-${{ github.run_attempt }}-regression_106
437-
debug: true
437+
debug: ${{ env.DEBUG }}

.github/workflows/master_test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: execute
2727
uses: awalsh128/cache-apt-pkgs-action@master
2828
with:
29-
packages: xdot=xdot=1.3-1
29+
packages: xdot=1.3-1
3030
version: ${{ github.run_id }}-${{ github.run_attempt }}-list_all_versions
3131
debug: ${{ env.DEBUG }}
3232
- name: Verify
@@ -261,7 +261,7 @@ jobs:
261261
with:
262262
packages: xdot
263263
version: ${{ github.run_id }}-${{ github.run_attempt }}-list-all-package-versions
264-
debug: false
264+
debug: ${{ env.DEBUG }}
265265

266266
regression_72_1:
267267
runs-on: ubuntu-latest
@@ -400,7 +400,7 @@ jobs:
400400
with:
401401
packages: libgtk-3-dev:amd64
402402
version: ${{ github.run_id }}-${{ github.run_attempt }}-regression_89
403-
debug: true
403+
debug: ${{ env.DEBUG }}
404404

405405
regression_98:
406406
runs-on: ubuntu-latest
@@ -411,7 +411,7 @@ jobs:
411411
with:
412412
packages: git-restore-mtime libgl1-mesa-dev libosmesa6-dev pandoc
413413
version: ${{ github.run_id }}-${{ github.run_attempt }}-regression_98
414-
debug: true
414+
debug: ${{ env.DEBUG }}
415415

416416
regression_106_install:
417417
runs-on: ubuntu-latest
@@ -422,7 +422,7 @@ jobs:
422422
with:
423423
packages: libtk8.6
424424
version: ${{ github.run_id }}-${{ github.run_attempt }}-regression_106
425-
debug: true
425+
debug: ${{ env.DEBUG }}
426426

427427
regression_106_restore:
428428
needs: regression_106_install
@@ -434,4 +434,4 @@ jobs:
434434
with:
435435
packages: libtk8.6
436436
version: ${{ github.run_id }}-${{ github.run_attempt }}-regression_106
437-
debug: true
437+
debug: ${{ env.DEBUG }}

.github/workflows/staging_test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: execute
2727
uses: awalsh128/cache-apt-pkgs-action@staging
2828
with:
29-
packages: xdot=xdot=1.3-1
29+
packages: xdot=1.3-1
3030
version: ${{ github.run_id }}-${{ github.run_attempt }}-list_all_versions
3131
debug: ${{ env.DEBUG }}
3232
- name: Verify
@@ -261,7 +261,7 @@ jobs:
261261
with:
262262
packages: xdot
263263
version: ${{ github.run_id }}-${{ github.run_attempt }}-list-all-package-versions
264-
debug: false
264+
debug: ${{ env.DEBUG }}
265265

266266
regression_72_1:
267267
runs-on: ubuntu-latest
@@ -400,7 +400,7 @@ jobs:
400400
with:
401401
packages: libgtk-3-dev:amd64
402402
version: ${{ github.run_id }}-${{ github.run_attempt }}-regression_89
403-
debug: true
403+
debug: ${{ env.DEBUG }}
404404

405405
regression_98:
406406
runs-on: ubuntu-latest
@@ -411,7 +411,7 @@ jobs:
411411
with:
412412
packages: git-restore-mtime libgl1-mesa-dev libosmesa6-dev pandoc
413413
version: ${{ github.run_id }}-${{ github.run_attempt }}-regression_98
414-
debug: true
414+
debug: ${{ env.DEBUG }}
415415

416416
regression_106_install:
417417
runs-on: ubuntu-latest
@@ -422,7 +422,7 @@ jobs:
422422
with:
423423
packages: libtk8.6
424424
version: ${{ github.run_id }}-${{ github.run_attempt }}-regression_106
425-
debug: true
425+
debug: ${{ env.DEBUG }}
426426

427427
regression_106_restore:
428428
needs: regression_106_install
@@ -434,4 +434,4 @@ jobs:
434434
with:
435435
packages: libtk8.6
436436
version: ${{ github.run_id }}-${{ github.run_attempt }}-regression_106
437-
debug: true
437+
debug: ${{ env.DEBUG }}

test_template.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: execute
2727
uses: awalsh128/cache-apt-pkgs-action@$branch$
2828
with:
29-
packages: xdot=xdot=1.3-1
29+
packages: xdot=1.3-1
3030
version: ${{ github.run_id }}-${{ github.run_attempt }}-list_all_versions
3131
debug: ${{ env.DEBUG }}
3232
- name: Verify
@@ -261,7 +261,7 @@ jobs:
261261
with:
262262
packages: xdot
263263
version: ${{ github.run_id }}-${{ github.run_attempt }}-list-all-package-versions
264-
debug: false
264+
debug: ${{ env.DEBUG }}
265265

266266
regression_72_1:
267267
runs-on: ubuntu-latest
@@ -400,7 +400,7 @@ jobs:
400400
with:
401401
packages: libgtk-3-dev:amd64
402402
version: ${{ github.run_id }}-${{ github.run_attempt }}-regression_89
403-
debug: true
403+
debug: ${{ env.DEBUG }}
404404

405405
regression_98:
406406
runs-on: ubuntu-latest
@@ -411,7 +411,7 @@ jobs:
411411
with:
412412
packages: git-restore-mtime libgl1-mesa-dev libosmesa6-dev pandoc
413413
version: ${{ github.run_id }}-${{ github.run_attempt }}-regression_98
414-
debug: true
414+
debug: ${{ env.DEBUG }}
415415

416416
regression_106_install:
417417
runs-on: ubuntu-latest
@@ -422,7 +422,7 @@ jobs:
422422
with:
423423
packages: libtk8.6
424424
version: ${{ github.run_id }}-${{ github.run_attempt }}-regression_106
425-
debug: true
425+
debug: ${{ env.DEBUG }}
426426

427427
regression_106_restore:
428428
needs: regression_106_install
@@ -434,4 +434,4 @@ jobs:
434434
with:
435435
packages: libtk8.6
436436
version: ${{ github.run_id }}-${{ github.run_attempt }}-regression_106
437-
debug: true
437+
debug: ${{ env.DEBUG }}

0 commit comments

Comments
 (0)