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 afe8291 commit c3a3060
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,7 @@ jobs:
PIPELESS_AUTH_TOKEN: ${{ secrets.PIPELESS_AUTH_TOKEN }}

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

- name: Checkout Sarahang
uses: actions/checkout@v3
with:
repository: vipulyaara/sarahang
path: sarahang
ref: master
- uses: actions/checkout@v3

- name: setup JDK 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit c3a3060

Please sign in to comment.