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 5c1bb3c commit 5ace21fCopy full SHA for 5ace21f
.github/workflows/pr_commands_comment.yml
@@ -63,6 +63,16 @@ jobs:
63
64
# Define the sequence of job steps...
65
steps:
66
+ # Checkout the repository:
67
+ - name: 'Checkout repository'
68
+ # Pin action to full length commit SHA
69
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
70
+ with:
71
+ # Ensure we have access to the scripts directory:
72
+ sparse-checkout: |
73
+ .github/workflows/scripts
74
+ sparse-checkout-cone-mode: false
75
+ timeout-minutes: 10
76
77
# Leave comment with package make command instructions:
78
- name: 'Leave comment with package make command instructions'
0 commit comments