name: Deez on: - push jobs: nuts: name: check deez nuts runs-on: docker steps: - name: echo deez run: echo 'deez nuts' gitea_job: name: A job to say hi runs-on: docker steps: - name: Hello world action step id: hello uses: https://git.thecodedom.com/smig/hello-world-action@v2 with: who-to-greet: 'Smig & Smiggiddy' - name: Get the output time run: echo "The time was ${{ steps.hello.outputs.time }}" - name: Get the env variables run: env