Merge branch 'master' of https://git.bh.ttx.sk/jaro/ikea
Some checks failed
deploy / deploy (push) Waiting to run
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2s

This commit is contained in:
2023-12-29 17:15:28 +01:00

View File

@@ -2,6 +2,7 @@
name: Gitea Actions Demo name: Gitea Actions Demo
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on: [push] on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: linux-x64 runs-on: linux-x64
@@ -16,3 +17,5 @@ jobs:
ls -la /var/www/html ls -la /var/www/html
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
path: '/var/www/html'