Skip to content

Commit 61bea93

Browse files
committed
up update.jl filepath
1 parent 7133ea7 commit 61bea93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
git config --local user.email "$(git log --format='%ae' HEAD^!)"
2121
git config --local user.name "$(git log --format='%an' HEAD^!)"
2222
23-
julia -e 'include("update.jl")' ${{ secrets.GITHUB_TOKEN }}
23+
julia -e 'include(".github/workflows/update.jl")' ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)