Test
This commit is contained in:
parent
579ff8dd5c
commit
9abaef9236
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ jobs:
|
||||||
uname -a
|
uname -a
|
||||||
hostname
|
hostname
|
||||||
- uses: ./.forgejo/actions/nixos-docker
|
- uses: ./.forgejo/actions/nixos-docker
|
||||||
|
|
||||||
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
|
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
|
||||||
- run: echo "This job is now running on a ${{ runner.os }} server."
|
- run: echo "This job is now running on a ${{ runner.os }} server."
|
||||||
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
||||||
|
@ -34,5 +34,5 @@ jobs:
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
- run: echo "This job's status is ${{ job.status }}."
|
||||||
|
|
||||||
- name: "Post Run Cleanup"
|
- name: "Post Run Cleanup"
|
||||||
- if: always()
|
if: always()
|
||||||
run: rm -rf /.cache
|
run: rm -rf /.cache
|
Loading…
Reference in a new issue