Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jbigot committed Dec 4, 2024
1 parent c2d1b17 commit ae31582
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
steps:
- name: Checkout packages
uses: actions/checkout@v4
with: { ref: "stable" }
- uses: pdidev/pkgs/.github/actions/deploy@stable
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand All @@ -27,8 +26,7 @@ jobs:
steps:
- name: Checkout packages
uses: actions/checkout@v4
path: data
with: { ref: "stable" }
with: { path: data }
- name: Aggregate sources
id: ident
shell: bash
Expand Down

0 comments on commit ae31582

Please sign in to comment.