Fixed basic problem with the workflow.
All checks were successful
Compile Project / Compile (push) Successful in 17s
All checks were successful
Compile Project / Compile (push) Successful in 17s
This commit is contained in:
@@ -6,6 +6,8 @@ jobs:
|
||||
Compile:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
|
||||
Reference in New Issue
Block a user