Commit 3d39bbe 1 parent 4ab4c64 commit 3d39bbe Copy full SHA for 3d39bbe
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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.
2
2
#
3
3
# For more information, see:
4
4
# https://github.com/marketplace/actions/invoke-aws-lambda
19
19
if : github.event.pull_request.merged == true
20
20
runs-on : ubuntu-latest
21
21
steps :
22
+ - name : Convert event Payload
22
23
- uses : actions/checkout@v2
23
24
- run : echo "JSON_PAYLOAD={\"commit\" :\"${{ env.COMMIT }}\"}, {\"author\" :\"${{ env.PR_AUTHOR }}\"}" >> $GITHUB_ENV
24
- - name : Invoke runTheNumbers
25
+ - name : Invoke ' runTheNumbers' Lambda function
25
26
uses : gagoar/invoke-aws-lambda@master
26
27
with :
27
28
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
You can’t perform that action at this time.
0 commit comments