Skip to content

Commit

Permalink
first custom action
Browse files Browse the repository at this point in the history
  • Loading branch information
adomani committed May 17, 2024
1 parent 4f4d383 commit c7f33d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mathlib_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
steps:

- name: Checkout master branch
uses: actions/checkout@v4
with:
## fetch the whole repository, to get the history of the last week
fetch-depth: 0
ref: 'master'
uses: adomani/get_mathlib4_with_cache/tree/first_attempt@v1 #actions/checkout@v4
#with:
# ## fetch the whole repository, to get the history of the last week
# fetch-depth: 0
# ref: 'master'

# - name: mathlib_stats
- id: mathlib_stats
Expand Down

0 comments on commit c7f33d5

Please sign in to comment.