diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index d0b7394..88e0bcc 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -5,8 +5,9 @@ on: [push] jobs: build: steps: - - name: Check out repository code ${{ gitea.repository }} - uses: actions/checkout@v0.1 + - 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: Use gitea Node.js uses: https://gitea.com/actions/setup-node@v4 with: