fx actions 4
This commit is contained in:
parent
8892e3f740
commit
4767b57ec9
@ -12,7 +12,7 @@ jobs:
|
|||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
pacman -S wget |
|
pacman -Sy && pacman -S wget |
|
||||||
ls ${{ gitea.basedir }} |
|
ls ${{ gitea.basedir }} |
|
||||||
cd ${{gitea.basedir}} && wget http://zxprj:3001/zx/bforce/raw/branch/master/archlinux/bforce.install |
|
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 |
|
pwd && cd ${{gitea.basedir}} && wget http://zxprj:3001/zx/bforce/raw/branch/master/archlinux/PKGBUILD |
|
||||||
|
@ -14,7 +14,6 @@ jobs:
|
|||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.basedir }} |
|
ls ${{ gitea.basedir }} && pwd
|
||||||
pwd
|
|
||||||
- run: echo "🍏 This job's status is ${{ gitea.status }}."
|
- run: echo "🍏 This job's status is ${{ gitea.status }}."
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user