fix domain
This commit is contained in:
parent
ff99259c55
commit
b8a0af7f43
|
@ -1,15 +1,20 @@
|
||||||
name: Testing with devbox
|
name: Testing with devbox
|
||||||
|
|
||||||
on: push
|
on: push
|
||||||
|
env:
|
||||||
|
# DOCKER_REGISTRY: docker.io
|
||||||
|
# DOCKER_USERNAME: softyouling
|
||||||
|
# 此处可修改为你任意 docker 镜像仓库地址和用户名
|
||||||
|
|
||||||
|
DOMAIN: gitea.lntu.edu.cn
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: https://${{ env.DOMAIN }}/actions/checkout@v4
|
||||||
|
|
||||||
- name: Install devbox
|
- name: Install devbox
|
||||||
uses: jetify-com/devbox-install-action@v0.9.0
|
uses: https://${{ env.DOMAIN }}/actions/devbox-install-action@v0.9.0
|
||||||
|
|
||||||
- name: Run arbitrary commands
|
- name: Run arbitrary commands
|
||||||
run: devbox run -- echo "done!"
|
run: devbox run -- echo "done!"
|
||||||
|
|
Loading…
Reference in New Issue