COPR: Switch to forked GitHub Action (#5871)

This commit is contained in:
Austin
2025-01-16 20:21:52 -06:00
committed by GitHub
co-authored by GitHub
parent e466bf2475
commit 9566d6ffd4
+1 -5
View File
@@ -25,12 +25,8 @@ jobs:
ref: ${{ github.ref }}
repository: ${{ github.repository }}
- name: Install Python dependencies
run: |
pip install requests
- name: Trigger COPR build
uses: akdev1l/copr-build@main
uses: vidplace7/copr-build@main
id: copr_build
env:
COPR_API_TOKEN_CONFIG: ${{ secrets.COPR_API_CONFIG }}