diff --git a/.github/github-action/index.js b/.github/github-action/index.js index e860a96..e845443 100644 --- a/.github/github-action/index.js +++ b/.github/github-action/index.js @@ -1,6 +1,6 @@ const github = require('@actions/github'); const core = require('@actions/core'); -const contributors = require('./contributors'); +const { contributors } = require('./contributors'); async function run() { try { diff --git a/pull_request_template.md b/pull_request_template.md index 67594b7..ab98d12 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -5,8 +5,8 @@ ## Warning: - If you want feedback or review, you must support the project on GitHub: - - $5 per review - - $25 for lifetime reviews + - [$5 per review](https://github.com/sponsors/tomalaforge) + - [$25 for lifetime reviews](https://github.com/sponsors/tomalaforge) - Create one of more challenges - Have many valuable contributions to the project