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 dd5e951 commit cc033a4Copy full SHA for cc033a4
.github/workflows/CompatHelper.yml
@@ -15,4 +15,4 @@ jobs:
15
COMPATHELPER_PRIV: ${{ secrets.ORBITALTRAJECTORIES_DEPLOY_SSH_KEY }}
16
run: julia -e '
17
using CompatHelper;
18
- CompatHelper.main(; entry_type=DropEntry())'
+ CompatHelper.main(; entry_type=CompatHelper.DropEntry())'
0 commit comments