ayaports/.forgejo/workflows/check-community.yml

28 lines
747 B
YAML
Raw Permalink Normal View History

2024-10-27 17:13:08 +00:00
on:
workflow_dispatch:
schedule:
- cron: '0 5 * * *'
2024-10-27 17:13:08 +00:00
jobs:
check-community:
name: Check community repo
runs-on: x86_64
container:
image: alpine:latest
env:
downstream: https://dl-cdn.alpinelinux.org/alpine/edge/community
FORGEJO_TOKEN: ${{ secrets.forgejo_token }}
2024-10-29 11:07:21 +00:00
LABEL_NUMBER: 4
2024-10-27 17:13:08 +00:00
steps:
- name: Environment setup
run: apk add grep coreutils gawk curl wget bash nodejs git jq sed
- name: Get scripts
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Check out-of-date packages
run: ${{ github.workspace }}/.forgejo/bin/check_ver.sh
- name: Create issues
run: ${{ github.workspace }}/.forgejo/bin/create_issue.sh