diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 1af4804..2297a82 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -16,5 +16,4 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} - - run: echo " This job's status is ${{ job.status }}." - ./act_runner register --no-interactive --instance https://git.luthics.com/ --token PwGOJBCPPw8WZt5snWE7O99mCaDyWETIOAVY3nKT \ No newline at end of file + - run: echo " This job's status is ${{ job.status }}." \ No newline at end of file