ayaports/.forgejo/workflows/build-x86_64.yaml
Antoine Martin e37f9052e6
Some checks failed
/ deploy-x86_64 (pull_request) Successful in 26s
/ lint (pull_request) Failing after 25s
/ deploy-aarch64 (pull_request) Successful in 55s
/ build-aarch64 (pull_request) Successful in 9m3s
echo curl
2024-08-22 23:33:54 -04:00

27 lines
837 B
YAML

on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
concurrency:
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
deploy-x86_64:
runs-on: x86_64
container:
image: alpine:latest
env:
CI_ALPINE_REPO: 'https://ayakael.net/api/packages/forge/alpine'
FORGE_REPO_TOKEN: ${{ secrets.FORGE_REPO_TOKEN }}
FORGE_REPO_USER: ${{ vars.FORGE_REPO_USER }}
steps:
- name: Setting up environment
run: apk add nodejs curl findutils git gawk jq
- name: Repo pull
uses: actions/checkout@v4
- name: Package deployment
run: |
echo $GITHUB_SERVER_URL/api/v1/repos/$GITHUB_REPOSITORY/${{ github.event.number }}
curl $GITHUB_SERVER_URL/api/v1/repos/$GITHUB_REPOSITORY/${{ github.event.number }}