Skip to content

Commit

Permalink
checkout in base workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abulte committed Nov 13, 2024
1 parent 7bb772e commit 5dfe749
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-universes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ on:
jobs:
update-universes:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Update demo universe
uses: ./.github/workflows/update-universes-base.yml
with:
Expand Down

0 comments on commit 5dfe749

Please sign in to comment.