Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThreeDeeJay authored Aug 10, 2024
1 parent d48ae1c commit 8f7bb1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:

# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!
run: git clone --branch ${{env.DSOALBranch}} https://github.com/${{env.DSOALRepo}}.git .

# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo A
echo B

0 comments on commit 8f7bb1d

Please sign in to comment.