We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d71ed4 commit 84300baCopy full SHA for 84300ba
.github/workflows/blueprint.yml
@@ -22,10 +22,10 @@ jobs:
22
runs-on: ubuntu-latest
23
name: Build project
24
steps:
25
- # - name: Checkout project
26
- # uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27
- # with:
28
- # fetch-depth: 0 # Fetch all history for all branches and tags
+ - name: Checkout project
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ fetch-depth: 0 # Fetch all history for all branches and tags
29
30
# - name: Build the project
31
# uses: leanprover/lean-action@434f25c2f80ded67bba02502ad3a86f25db50709 # v1.3.0
0 commit comments