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 cfd1917 commit 7b6f35aCopy full SHA for 7b6f35a
.github/workflows/first_time_greeting.yml
@@ -42,6 +42,17 @@ jobs:
42
# Define the sequence of job steps...
43
steps:
44
45
+ # Checkout the repository:
46
+ - name: 'Checkout repository'
47
+ # Pin action to full length commit SHA
48
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
49
+ with:
50
+ # Ensure we have access to the scripts directory:
51
+ sparse-checkout: |
52
+ .github/workflows/scripts
53
+ sparse-checkout-cone-mode: false
54
+ timeout-minutes: 10
55
+
56
# Greet first-time contributors:
57
- name: 'Greet first-time contributors'
58
env:
0 commit comments