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 18c3609 commit 0b7a301Copy full SHA for 0b7a301
.github/workflows/example.yml
@@ -10,6 +10,10 @@ jobs:
10
contents: read
11
runs-on: ubuntu-latest
12
steps:
13
+ # Checkout code to get the Dependabot CLI input file
14
+ - name: Checkout code
15
+ uses: actions/checkout@v4
16
+
17
- name: Download CLI
18
env:
19
# To use GitHub CLI in a GitHub Actions workflow, set the GH_TOKEN environment variable.
0 commit comments