Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eca5eb3d3c | |||
| 1a23706379 | |||
| 48a16f3c83 | |||
| 795f47cd4f | |||
| b496f27e86 | |||
| a03e0a03fd | |||
| 7438147428 | |||
| 47fdd36e92 |
@@ -4,13 +4,18 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: [ubuntu-latest]
|
||||||
steps:
|
steps:
|
||||||
- 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 }}."
|
||||||
- name: Check out repository code
|
- run: whoami
|
||||||
uses: actions/checkout@v4
|
- run: hostname
|
||||||
|
|
||||||
|
- run: node -v
|
||||||
|
#- name: Check out repository code
|
||||||
|
#uses: actions/checkout@v6
|
||||||
|
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
|
|||||||
Reference in New Issue
Block a user