Skip to content

Commit 71cdbbc

Browse files
committed
fix: typo
1 parent b410b62 commit 71cdbbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_dispatch_analytics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- name: Invoke Lambda function
2323
run: |
2424
aws lambda invoke \
25-
--function-name ${{ secrets.AWS_ANALYTICS_DISPTACHER_ARN }} \
25+
--function-name ${{ secrets.AWS_ANALYTICS_DISPATCHER_ARN }} \
2626
--payload '{"githubToken": "${{ secrets.GITHUB_TOEN }}"}' response.json
2727
cat response.json

0 commit comments

Comments
 (0)