This commit is contained in:
@@ -15,10 +15,12 @@ jobs:
|
|||||||
GOFLAGS: -mod=readonly
|
GOFLAGS: -mod=readonly
|
||||||
GITHUB_TOKEN: ${{ secrets.REGISTRY_PAT }}
|
GITHUB_TOKEN: ${{ secrets.REGISTRY_PAT }}
|
||||||
steps:
|
steps:
|
||||||
- name: install node (required by JS-based actions)
|
- name: Checkout code
|
||||||
run: apk add --no-cache nodejs git
|
run: |
|
||||||
|
git init
|
||||||
- uses: actions/checkout@v4
|
git remote add origin https://forgejo.riotpiao.com/rock/poimen-workflows.git
|
||||||
|
git fetch origin ${{ github.ref_name }} --depth=1
|
||||||
|
git checkout FETCH_HEAD
|
||||||
|
|
||||||
- name: Download dependencies
|
- name: Download dependencies
|
||||||
run: go mod download
|
run: go mod download
|
||||||
|
|||||||
Reference in New Issue
Block a user