diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 74b8f5b..7efe34d 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -5,6 +5,7 @@ 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 \ No newline at end of file