Skip to content

Commit

Permalink
Update version to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Oct 6, 2024
1 parent ca3fc85 commit 1b87544
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,15 +212,15 @@ Support custom shell:
id: vm
uses: vmactions/freebsd-vm@v1
- name: Custom shell step 1
shell: freebsd {0}
run: |
cd $GITHUB_WORKSPACE;
shell: freebsd {0}
run: |
cd $GITHUB_WORKSPACE;
pwd
echo "this is step 1, running inside the VM"
- name: Custom shell step 2
shell: freebsd {0}
run: |
cd $GITHUB_WORKSPACE;
shell: freebsd {0}
run: |
cd $GITHUB_WORKSPACE;
pwd
echo "this is step 2, running inside the VM"
...
Expand Down

0 comments on commit 1b87544

Please sign in to comment.