From e345c1c3dccbafa500d1c0380e7302e1b42de101 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 28 Mar 2023 13:32:13 -0700 Subject: [PATCH] chore: clear manual workflow --- .github/workflows/manual-post.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/manual-post.yaml diff --git a/.github/workflows/manual-post.yaml b/.github/workflows/manual-post.yaml deleted file mode 100644 index 7682cb00..00000000 --- a/.github/workflows/manual-post.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: Manual follow feed to Mastodon -on: [workflow_dispatch] -jobs: - JSONFeed2Mastodon: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Feed to Mastodon - uses: nhoizey/github-action-feed-to-mastodon@v2 - with: - feedUrl: "https://coryd.dev/follow.json" - mastodonInstance: "https://social.lol" - mastodonToken: ${{ secrets.MASTODON_TOKEN }} - testMode: true - - name: Pull any changes from Git - run: git pull - - name: Commit and push - uses: stefanzweifel/git-auto-commit-action@v4 \ No newline at end of file