Skip to content

Commit

Permalink
Update stats_lambda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brmur authored Jun 21, 2024
1 parent c4be055 commit 1878a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stats_lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Convert event Payload
run: echo "JSON_PAYLOAD={\"commit\" :\"${{ env.COMMIT }}\"}, {\"author\" :\"${{ env.PR_AUTHOR }}\"}" >> $GITHUB_ENV
run: echo "JSON_PAYLOAD={\"commit\" :\"${{ env.COMMIT }}\"}" >> $GITHUB_ENV
- name: Invoke 'runTheNumbers' Lambda function
uses: gagoar/invoke-aws-lambda@master
with:
Expand Down

0 comments on commit 1878a5f

Please sign in to comment.