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 d0b8058 commit 4aabd3dCopy full SHA for 4aabd3d
.github/workflows/generate_dependency_graph.yml
@@ -25,6 +25,6 @@ jobs:
25
git diff --quiet && git diff --staged --quiet || git commit -am 'Update dependency graph'
26
27
- name: Push
28
- uses: ad-m/github-push-action@0.8.0
+ uses: ad-m/github-push-action@v0.8.0
29
with:
30
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments