Skip to content

Commit

Permalink
Fix CompatHelper again.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpad committed Aug 16, 2021
1 parent dd5e951 commit cc033a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
COMPATHELPER_PRIV: ${{ secrets.ORBITALTRAJECTORIES_DEPLOY_SSH_KEY }}
run: julia -e '
using CompatHelper;
CompatHelper.main(; entry_type=DropEntry())'
CompatHelper.main(; entry_type=CompatHelper.DropEntry())'

0 comments on commit cc033a4

Please sign in to comment.