mirror of
https://github.com/Nezumi-2711/cloudflare-gateway-pihole-scripts.git
synced 2026-09-22 13:38:37 +00:00
Basic versioning for GitHub Action
This commit is contained in:
@@ -17,8 +17,11 @@ jobs:
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Clone repository
|
||||
run: git clone https://github.com/mrrfv/cloudflare-gateway-pihole-scripts.git
|
||||
- name: Clone repository and switch to v1 branch
|
||||
run: |
|
||||
git clone https://github.com/mrrfv/cloudflare-gateway-pihole-scripts.git
|
||||
cd cloudflare-gateway-pihole-scripts
|
||||
git checkout v1
|
||||
|
||||
- name: Install npm dependencies
|
||||
run: npm ci
|
||||
|
||||
Reference in New Issue
Block a user