We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e019bf commit 991142bCopy full SHA for 991142b
1 file changed
.github/workflows/trigger-package-and-publish.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
trigger:
11
runs-on:
12
- - ubuntu-22.04
+ group: 'Concordia-CKS'
13
env:
14
target_owner: "${{ secrets.TARGET_OWNER }}"
15
target_name: "${{ secrets.TARGET_NAME }}"
@@ -20,6 +20,10 @@ jobs:
20
- name: Checkout Repository
21
uses: actions/checkout@v6
22
23
+ - name: Platform Check
24
+ run:
25
+ cat /etc/os-release
26
+
27
- name: Install GitHub CLI (Ubuntu)
28
run: |
29
(type -p wget >/dev/null || (sudo apt update && sudo apt install wget -y)) \
0 commit comments