COPR: Switch to forked GitHub Action ()

This commit is contained in:
Austin 2025-01-16 21:21:52 -05:00 committed by GitHub
parent e466bf2475
commit 9566d6ffd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,12 +25,8 @@ jobs:
ref: ${{ github.ref }} ref: ${{ github.ref }}
repository: ${{ github.repository }} repository: ${{ github.repository }}
- name: Install Python dependencies
run: |
pip install requests
- name: Trigger COPR build - name: Trigger COPR build
uses: akdev1l/copr-build@main uses: vidplace7/copr-build@main
id: copr_build id: copr_build
env: env:
COPR_API_TOKEN_CONFIG: ${{ secrets.COPR_API_CONFIG }} COPR_API_TOKEN_CONFIG: ${{ secrets.COPR_API_CONFIG }}