Skip to content

Commit 0b7a301

Browse files
committed
turns out: important
1 parent 18c3609 commit 0b7a301

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/example.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
contents: read
1111
runs-on: ubuntu-latest
1212
steps:
13+
# Checkout code to get the Dependabot CLI input file
14+
- name: Checkout code
15+
uses: actions/checkout@v4
16+
1317
- name: Download CLI
1418
env:
1519
# To use GitHub CLI in a GitHub Actions workflow, set the GH_TOKEN environment variable.

0 commit comments

Comments
 (0)