Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Dec 10, 2023
1 parent e5f3e8d commit a7a2b0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
SEC_VBOX : ${{ secrets.SEC_VBOX }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Creating Web console
uses: vmactions/cf-tunnel@v0
id: tunnel
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
NGROK_TOKEN : ${{ secrets.NGROK_TOKEN }}
SEC_VBOX : ${{ secrets.SEC_VBOX }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: vmactions/cf-tunnel@v0
id: tunnel
with:
protocol: http
port: 8000
- name: Run establish a ngrok tunnel
- name: Run vnc tunnel
id: test
uses: vmactions/ngrok-tunnel@v0.0.1
with:
Expand All @@ -33,11 +33,10 @@ jobs:
echo "bash build.sh conf/netbsd-$RELEASE.conf"
echo "============================="
touch /tmp/keepalive
- uses: neilpang/debugger-action@master

# - run: |
# bash build.sh conf/netbsd-$RELEASE.conf




Expand Down

0 comments on commit a7a2b0c

Please sign in to comment.