diff --git a/.gitea/workflows/act.yaml b/.gitea/workflows/act.yaml index 7ebf923..6a545eb 100644 --- a/.gitea/workflows/act.yaml +++ b/.gitea/workflows/act.yaml @@ -9,8 +9,19 @@ jobs: run: shell: bash steps: - - name: Run a command on the host - run: echo "Hello from the host!" + - name: write secret to dotenv + run: | + echo -e "nigg" + + - name: asdf2 + run: | + echo -e "asdf" > /root/gig + + - name: write secret to dotenv + run: | + echo -e "{{ runner.os }}" + + # - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." # - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" # - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."