add act_runner
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
hogweed1
2025-11-14 02:47:10 +10:00
parent 6b6c381663
commit 107b7b61f9

View File

@@ -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 }}."