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 16eec15 commit effb5a4Copy full SHA for effb5a4
.github/workflows/CompatHelper.yml
@@ -13,4 +13,4 @@ jobs:
13
- name: CompatHelper.main()
14
env:
15
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16
- run: julia -e 'using CompatHelper; CompatHelper.main()'
+ run: julia -e 'using CompatHelper; CompatHelper.main()'
.github/workflows/TagBot.yml
@@ -14,4 +14,4 @@ jobs:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
17
- ssh: ${{ secrets.DOCUMENTER_KEY }}
+ ssh: ${{ secrets.DOCUMENTER_KEY }}
0 commit comments