Skip to content

Commit 2045c32

Browse files
committed
fix: typo
1 parent 0df7786 commit 2045c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_dispatch_analytics.yml

+1-1
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)