From db3be96bf8b7fbbad220ed008471a01bc6eb370e Mon Sep 17 00:00:00 2001 From: lycaknight Date: Sat, 21 Mar 2026 22:57:08 +0100 Subject: [PATCH] Delete .forgejo/workflows/update-devcard.yml --- .forgejo/workflows/update-devcard.yml | 30 --------------------------- 1 file changed, 30 deletions(-) delete mode 100644 .forgejo/workflows/update-devcard.yml diff --git a/.forgejo/workflows/update-devcard.yml b/.forgejo/workflows/update-devcard.yml deleted file mode 100644 index 5c3828b..0000000 --- a/.forgejo/workflows/update-devcard.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: Devcard -on: - workflow_dispatch: - schedule: - - cron: "0 0 * * *" - -jobs: - devcard: - runs-on: docker - permissions: - contents: write - - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Download Devcard - uses: https://github.com/suisei-cn/actions-download-file@818d6b7dc8fe73f2f924b6241f2b1134ca1377d9 - id: downloadfile - with: - url: "https://api.daily.dev/devcards/v2/StuuJfuDSTSMX4LSIt8rF.png?type=wide&r=2gy" - target: assets/ - - - name: Commit Devcard - run: | - git config user.name "ACTIONS[BOT]" - git config user.email "actions@noreply@lycamail.de" - git add . - git commit -m "Update Devcard" || exit 0 - git push \ No newline at end of file