Skip to content

Commit ea20979

Browse files
authored
Merge pull request #3 from brmur/main
Update stats_lambda.yml
2 parents 19e9295 + 3d39bbe commit ea20979

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/stats_lambda.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This workflow executes a Lamdba function that records metrics for each merged PR.
1+
# This workflow executes a Lamdba function that records metrics for each successfully merged PR.
22
#
33
# For more information, see:
44
# https://github.com/marketplace/actions/invoke-aws-lambda
@@ -19,9 +19,10 @@ jobs:
1919
if: github.event.pull_request.merged == true
2020
runs-on: ubuntu-latest
2121
steps:
22+
- name: Convert event Payload
2223
- uses: actions/checkout@v2
2324
- run: echo "JSON_PAYLOAD={\"commit\" :\"${{ env.COMMIT }}\"}, {\"author\" :\"${{ env.PR_AUTHOR }}\"}" >> $GITHUB_ENV
24-
- name: Invoke runTheNumbers
25+
- name: Invoke 'runTheNumbers' Lambda function
2526
uses: gagoar/invoke-aws-lambda@master
2627
with:
2728
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)