Update .forgejo/workflows/demo.yaml
All checks were successful
Gitea Actions Demo / test (push) Successful in 1m40s
All checks were successful
Gitea Actions Demo / test (push) Successful in 1m40s
Signed-off-by: Daholli <christoph.hollizeck@hey.com>
This commit is contained in:
parent
456674e3a8
commit
8cf4f996c5
1 changed files with 4 additions and 4 deletions
|
@ -15,8 +15,8 @@ jobs:
|
|||
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- name: Update flake
|
||||
run: nix flake update
|
||||
run: |
|
||||
cd ${{ gitea.workspace }}
|
||||
ls
|
||||
nix flake update
|
Loading…
Add table
Add a link
Reference in a new issue