add act_runner
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
This commit is contained in:
@@ -9,8 +9,19 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
steps:
|
steps:
|
||||||
- name: Run a command on the host
|
- name: write secret to dotenv
|
||||||
run: echo "Hello from the host!"
|
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 "🎉 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 "🐧 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 }}."
|
# - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||||
|
|||||||
Reference in New Issue
Block a user