Skip to content

Commit cc033a4

Browse files
committed
Fix CompatHelper again.
1 parent dd5e951 commit cc033a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
COMPATHELPER_PRIV: ${{ secrets.ORBITALTRAJECTORIES_DEPLOY_SSH_KEY }}
1616
run: julia -e '
1717
using CompatHelper;
18-
CompatHelper.main(; entry_type=DropEntry())'
18+
CompatHelper.main(; entry_type=CompatHelper.DropEntry())'

0 commit comments

Comments
 (0)