fix: remove unnecessary parameters from PayPal donation link in FUNDI… #7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Fast Forward Reports" | |
| on: | |
| push: | |
| branches: | |
| - main | |
| workflow_dispatch: | |
| permissions: | |
| contents: write | |
| pages: write | |
| id-token: write | |
| jobs: | |
| reports: | |
| uses: php-fast-forward/dev-tools/.github/workflows/reports.yml@main | |
| secrets: inherit |