diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 5a98e2c0..f64aa4c2 100755 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,2 @@ -custom: ["hhttps://paypal.me/oliverkoester"] +github: [knutwurst] +custom: ["https://paypal.me/oliverkoester", paypal.me] \ No newline at end of file diff --git a/.github/workflows/bump-date.yml b/.github/workflows/bump-date.yml index 54902da8..2da3ac0e 100755 --- a/.github/workflows/bump-date.yml +++ b/.github/workflows/bump-date.yml @@ -12,7 +12,7 @@ on: jobs: bump_date: name: Bump Distribution Date - if: github.repository == 'MarlinFirmware/Marlin' + if: github.repository == 'knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S' runs-on: ubuntu-latest diff --git a/.github/workflows/close-stale.yml b/.github/workflows/close-stale.yml index 083e844e..9e747a62 100755 --- a/.github/workflows/close-stale.yml +++ b/.github/workflows/close-stale.yml @@ -12,7 +12,7 @@ on: jobs: stale: name: Close Stale Issues - if: github.repository == 'MarlinFirmware/Marlin' + if: github.repository == 'knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S' runs-on: ubuntu-latest diff --git a/.github/workflows/lock-closed.yml b/.github/workflows/lock-closed.yml index 8cdcd7a8..1a320119 100755 --- a/.github/workflows/lock-closed.yml +++ b/.github/workflows/lock-closed.yml @@ -12,7 +12,7 @@ on: jobs: lock: name: Lock Closed Issues - if: github.repository == 'MarlinFirmware/Marlin' + if: github.repository == 'knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S' runs-on: ubuntu-latest diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml index 6a0b4870..2cca9048 100755 --- a/.github/workflows/test-builds.yml +++ b/.github/workflows/test-builds.yml @@ -126,4 +126,4 @@ jobs: pip install platformio - name: Run PlatformIO - run: platformio run \ No newline at end of file + run: platformio run -d \ No newline at end of file diff --git a/.github/workflows/unlock-reopened.yml b/.github/workflows/unlock-reopened.yml index 614ef3fa..0274af62 100755 --- a/.github/workflows/unlock-reopened.yml +++ b/.github/workflows/unlock-reopened.yml @@ -12,7 +12,7 @@ on: jobs: unlock: name: Unlock Reopened - if: github.repository == 'MarlinFirmware/Marlin' + if: github.repository == 'knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S' runs-on: ubuntu-latest