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 d413fc6 commit 5d14560Copy full SHA for 5d14560
.github/workflows/example.yml
@@ -29,7 +29,6 @@ jobs:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
run: |
31
./dependabot update -f .github/dependabot/go.yml --timeout 20m > result.jsonl || true
32
- ./dependabot update -f .github/dependabot/actions.yml --timeout 20m >> result.jsonl || true
33
34
- name: Upload result
35
uses: actions/upload-artifact@v4
0 commit comments