Skip to content

[deco] use DeleteLabelValues properly with a caching solution to remo… #9

[deco] use DeleteLabelValues properly with a caching solution to remo…

[deco] use DeleteLabelValues properly with a caching solution to remo… #9

Workflow file for this run

on:
push:
paths:
'cmd/file-exporter/**.go'
workflow_dispatch: {}
jobs:
trigger:
runs-on: ubuntu-latest
name: "package file-exporter"
environment: default
steps:
- uses: passeidireto/trigger-external-workflow-action@main
env:
PAYLOAD_REPO: "file-exporter"
PAYLOAD_ARCH: "aarch64"
with:
repository: DictumMortuum/pacman
event: package
github_pat: ${{ secrets.PAT }}