Skip to content

Commit 8a0f37e

Browse files
author
rsora
committed
Add checkout step
1 parent f679301 commit 8a0f37e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/arduino-stats.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16+
- name: Checkout
17+
uses: actions/checkout@v1
18+
1619
- name: Fetch downloads count form Arduino CDN using AWS Athena
1720
id: fetch
1821
env:
@@ -21,7 +24,7 @@ jobs:
2124
AWS_ATHENA_SOURCE_TABLE: ${{ secrets.AWS_ATHENA_SOURCE_TABLE }}
2225
AWS_ATHENA_OUTPUT_LOCATION: ${{ secrets.AWS_ATHENA_OUTPUT_LOCATION }}
2326
GITHUB_REPOSITORY: ${{ github.repository }}
24-
run: sh .github/tools/fetch_athena_stats.sh
27+
run: .github/tools/fetch_athena_stats.sh
2528

2629
- name: Send metrics
2730
uses: masci/datadog@v1

0 commit comments

Comments
 (0)