diff --git a/.github/workflows/building.yml b/.github/workflows/building.yml index 6b3c111..047c158 100644 --- a/.github/workflows/building.yml +++ b/.github/workflows/building.yml @@ -9,5 +9,5 @@ on: jobs: call: - uses: GXDE-OS/GXDE/.github/workflows/building-deb.yml@DebianDDE15 - secrets: inherit \ No newline at end of file + uses: GXDE-OS/GXDE/.github/workflows/building-deb.yml@master + secrets: inherit diff --git a/builder-example/building.yml b/builder-example/building.yml index 6b3c111..047c158 100644 --- a/builder-example/building.yml +++ b/builder-example/building.yml @@ -9,5 +9,5 @@ on: jobs: call: - uses: GXDE-OS/GXDE/.github/workflows/building-deb.yml@DebianDDE15 - secrets: inherit \ No newline at end of file + uses: GXDE-OS/GXDE/.github/workflows/building-deb.yml@master + secrets: inherit