You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/actions/pacman-packages/action.yml
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,9 @@ inputs:
33
33
git_artifacts_x86_64_workflow_run_id:
34
34
description: 'ID of the git-artifacts (x86_64) workflow run'
35
35
required: true
36
+
git_artifacts_aarch64_workflow_run_id:
37
+
description: 'ID of the git-artifacts (aarch64) workflow run'
38
+
required: true
36
39
gpg-key:
37
40
description: 'The GPG key to use to sign the updated Pacman database'
38
41
required: true
@@ -58,7 +61,7 @@ runs:
58
61
rev: ${{ inputs.rev }}
59
62
check-run-name: "pacman-packages"
60
63
title: "Deploy the mingw-w64-git packages ${{ inputs.display-version }}"
61
-
summary: "Downloading the Pacman packages from ${{ inputs.git_artifacts_x86_64_workflow_run_id }}and ${{ inputs.git_artifacts_i686_workflow_run_id }} and deploying them to the Pacman Repository"
64
+
summary: "Downloading the Pacman packages from ${{ inputs.git_artifacts_x86_64_workflow_run_id }}, ${{ inputs.git_artifacts_i686_workflow_run_id }}, and ${{ inputs.git_artifacts_aarch64_workflow_run_id }} and deploying them to the Pacman Repository"
62
65
text: "For details, see [this run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id}})."
0 commit comments