Skip to content

Commit

Permalink
Fixed two typos in the example workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjarkdoering authored Mar 6, 2021
1 parent c4736af commit 86ef9c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
# Enter your API variables below
apikey: ${{ secrets.raaskey }}
enterpriseid: "<your_enterprice_ID>"
enterpriseid: "<your_enterprise_ID>"
user: ${{ github.actor }}
treecount: 1
projectid: "14442771" # This projectid can be used to have your trees planted where they are needed the most.
Expand All @@ -82,7 +82,7 @@ jobs:
with:
# Enter your API variables below
apikey: ${{ secrets.raaskey }}
enterpriseid: "<your_enterprice_ID"
enterpriseid: "<your_enterprise_ID"
user: ${{ github.actor }}
treecount: 1
projectid: "14442771" # This projectid can be used to have your trees planted where they are needed the most, so this is a great ID to use by default when making the API call.
Expand Down

0 comments on commit 86ef9c0

Please sign in to comment.