Skip to content

Commit

Permalink
fix: wrong goal name in multigitminder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HaydenMacDonald committed May 15, 2022
1 parent 04006e7 commit 6f4bdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multigitminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
with:
USERNAME: ${{ secrets.BEEMINDER_USERNAME }}
AUTH_TOKEN: ${{ secrets.BEEMINDER_AUTH_TOKEN }}
GOAL: multigitminder
GOAL: python
TARGET_LANGS: Python ## e.g. "['python', 'dockerfile', 'javascript']" or simply Python
REPO_LANGS: ${{ steps.enry.outputs.languages }}

0 comments on commit 6f4bdba

Please sign in to comment.