Skip to content

Commit dd5e951

Browse files
committed
Update CompatHelper.
1 parent 2827226 commit dd5e951

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ jobs:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
COMPATHELPER_PRIV: ${{ secrets.ORBITALTRAJECTORIES_DEPLOY_SSH_KEY }}
1616
run: julia -e '
17-
using Pkg;
1817
using CompatHelper;
19-
CompatHelper.main(keep_existing_compat=true, drop_existing_compat=true);'
18+
CompatHelper.main(; entry_type=DropEntry())'

0 commit comments

Comments
 (0)