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 7133ea7 commit 61bea93Copy full SHA for 61bea93
.github/workflows/update.yml
@@ -20,4 +20,4 @@ jobs:
20
git config --local user.email "$(git log --format='%ae' HEAD^!)"
21
git config --local user.name "$(git log --format='%an' HEAD^!)"
22
23
- julia -e 'include("update.jl")' ${{ secrets.GITHUB_TOKEN }}
+ julia -e 'include(".github/workflows/update.jl")' ${{ secrets.GITHUB_TOKEN }}
0 commit comments