We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e51ee commit 656f7dfCopy full SHA for 656f7df
.github/workflows/update-contributors.yml
@@ -13,6 +13,8 @@ jobs:
13
uses: actions/checkout@v4
14
with:
15
fetch-depth: 0 # Fetch all history to access commit details
16
+
17
+ - name: Log checkout completion
18
run: echo "Checked out repository at $(date -u +'%Y-%m-%d %H:%M:%S UTC')"
19
20
- name: Get Contributors, Lines Added, and Commits
0 commit comments