Skip to content

Commit 4aabd3d

Browse files
committed
[fix]: workflow 수정
1 parent d0b8058 commit 4aabd3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_dependency_graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
git diff --quiet && git diff --staged --quiet || git commit -am 'Update dependency graph'
2626
2727
- name: Push
28-
uses: ad-m/github-push-action@0.8.0
28+
uses: ad-m/github-push-action@v0.8.0
2929
with:
3030
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)