From c0d1b692959780730e643b6b7e97d9ca70fca789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20A=CC=81ngel=20Marti=CC=81n?= Date: Mon, 24 Aug 2020 20:20:42 +0200 Subject: [PATCH] Update instruction and removed unnecessary file --- FUNDING.yml | 3 --- README.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 FUNDING.yml diff --git a/FUNDING.yml b/FUNDING.yml deleted file mode 100644 index 2c5aca67..00000000 --- a/FUNDING.yml +++ /dev/null @@ -1,3 +0,0 @@ -# These are supported funding model platforms - -github: [miguelbemartin] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] diff --git a/README.md b/README.md index 9d4c3ef3..fe8abd3a 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest name: Teamwork Sync steps: - - uses: miguelbemartin/teamwork-github@master + - uses: teamwork/github-sync@master with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TEAMWORK_URI: ${{ secrets.TEAMWORK_URI }}