add correct url

This commit is contained in:
2025-02-11 15:35:15 +05:30
parent f278bc6bc4
commit 1c114a3dd1

View File

@@ -18,14 +18,16 @@ jobs:
- name: Install Node.js - name: Install Node.js
run: | run: |
pacman -Syu --noconfirm pacman -Syu --noconfirm
pacman -S --noconfirm nodejs npm pacman -S --noconfirm nodejs npm git
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 run: |
git clone https://akshun-git.duckdns.org/aggarwalakshun/setup-script.git .
git checkout $GITEA_SHA
- name: Install dependencies - name: Install dependencies
run: | run: |
pacman -S --noconfirm git python python-pip binutils pacman -S --noconfirm python python-pip binutils
- name: Check for changes - name: Check for changes
run: | run: |
@@ -59,14 +61,16 @@ jobs:
- name: Install Node.js - name: Install Node.js
run: | run: |
apt update && apt upgrade -y apt update && apt upgrade -y
apt install -y nodejs npm apt install -y nodejs npm git
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 run: |
git clone https://akshun-git.duckdns.org/aggarwalakshun/setup-script.git .
git checkout $GITEA_SHA
- name: Install dependencies - name: Install dependencies
run: | run: |
apt install -y git python3 python3-pip binutils apt install -y python3 python3-pip binutils
- name: Check for changes - name: Check for changes
run: | run: |
@@ -99,14 +103,16 @@ jobs:
- name: Install Node.js - name: Install Node.js
run: | run: |
dnf up -y dnf up -y
dnf install -y nodejs npm dnf install -y nodejs npm git
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 run: |
git clone https://akshun-git.duckdns.org/aggarwalakshun/setup-script.git .
git checkout $GITEA_SHA
- name: Install dependencies - name: Install dependencies
run: | run: |
dnf install -y git python python-pip binutils dnf install -y python python-pip binutils
- name: Check for changes - name: Check for changes
run: | run: |