Skip to content

Commit

Permalink
Experiments with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulyaara committed Feb 19, 2024
1 parent 623a276 commit afe8291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
path: main

- name: Checkout Sarahang
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
repository: vipulyaara/sarahang
path: sarahang
Expand Down

0 comments on commit afe8291

Please sign in to comment.