Skip to content

Commit

Permalink
branch_build
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbarnabedikartola committed Jan 26, 2023
1 parent 740906e commit c809e09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Remake-PKGBUILD-and-Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
echo "mod: ${{ github.event.client_payload.mod }}"
echo "mkdepends: ${{ github.event.client_payload.mkdepends }}"
echo "xanmod: ${{ github.event.client_payload.xanmod }}"
echo "branch_build: ${{ github.event.client_payload.branch_build }}"
# # Tmate ##
# - name: Setup tmate session
Expand Down Expand Up @@ -52,4 +53,4 @@ jobs:
- name: Send Hooks BigLinux Build Package
shell: bash
run: |
curl -X POST -H "Accept: application/json" -H "Authorization: token ${{ secrets.WEBHOOK_TOKEN }}" --data '{"event_type": "${{ github.repository }}", "client_payload": { "branch": "${{ github.ref_name }}", "url": "https://github.com/${{ github.repository }}", "version": "1.2.3"}}' https://api.github.com/repos/BigLinux-Package-Build/build-package/dispatches
curl -X POST -H "Accept: application/json" -H "Authorization: token ${{ secrets.WEBHOOK_TOKEN }}" --data '{"event_type": "${{ github.repository }}", "client_payload": { "branch": "${{ github.ref_name }}", "url": "https://github.com/${{ github.repository }}", "branch_build": "${{ github.event.client_payload.branch_build }}"}}' https://api.github.com/repos/BigLinux-Package-Build/build-package/dispatches

0 comments on commit c809e09

Please sign in to comment.