Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmjr authored Oct 31, 2023
1 parent 49a955c commit 826b8fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout Dgmjr.ComponentModel alongside the repo being compiled
- uses: actions/checkout@v4.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: dgmjr-io/Dgmjr.ComponentModel
path: ComponentModel
- name: Build using DgmjrSdk
uses: dgmjr-actions/build-using-dgmjrsdk@main
with:
Expand Down

0 comments on commit 826b8fc

Please sign in to comment.