Skip to content

Commit

Permalink
Update stats.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev authored Oct 26, 2024
1 parent 33464c6 commit 3b04bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
commits=$(curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
"https://api.github.com/repos/Rd4dev/Oppia-Android-Fork-from-Fork/pulls/${{ env.PR_NUMBER }}/commits?since=$LAST_ANALYSIS_COMMENT_TIMESTAMP")
"https://api.github.com/repos/Rd4dev/Oppia-Android-Fork-from-Fork/pulls/${{ env.PR_NUMBER }}/commits?since=${{ steps.last-apk-aab-analysis.outputs.comment-created-at }})
echo "Commits: $commits"
new_commits=$(echo "$commits" | jq -r --arg comment_date "$LAST_ANALYSIS_COMMENT_TIMESTAMP" \
Expand Down

0 comments on commit 3b04bab

Please sign in to comment.