Update .forgejo/workflows/demo.yaml
Signed-off-by: Daholli <christoph.hollizeck@hey.com>
This commit is contained in:
parent
6888308e51
commit
beee03bfcc
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