From 8892e3f74052455b67570996d9fa851753c0ebb6 Mon Sep 17 00:00:00 2001 From: Alexey Khromov Date: Sat, 12 Apr 2025 15:30:13 +0300 Subject: [PATCH] fx actions 3 --- .gitea/workflows/arch.yaml | 2 ++ .gitea/workflows/demo.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/arch.yaml b/.gitea/workflows/arch.yaml index 4800bde..e2f5be8 100644 --- a/.gitea/workflows/arch.yaml +++ b/.gitea/workflows/arch.yaml @@ -12,8 +12,10 @@ jobs: - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository run: | + pacman -S wget | ls ${{ gitea.basedir }} | cd ${{gitea.basedir}} && wget http://zxprj:3001/zx/bforce/raw/branch/master/archlinux/bforce.install | pwd && cd ${{gitea.basedir}} && wget http://zxprj:3001/zx/bforce/raw/branch/master/archlinux/PKGBUILD | cd ${{gitea.basedir}} && makepkg - run: echo "🍏 This job's status is ${{ gitea.status }}." + diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 5d42028..b695293 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -9,7 +9,7 @@ jobs: - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - 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 + uses: actions/checkout@v4 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository