We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6324bbb commit 3a35d89Copy full SHA for 3a35d89
1 file changed
.github/workflows/04-advanced-features--04-github-permissions.yaml
@@ -41,12 +41,7 @@ jobs:
41
continue-on-error: true # Avoids failing entire workflow
42
steps:
43
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
44
-
45
- - name: Install GitHub CLI
46
- run: |
47
- sudo apt-get update -qq
48
- sudo apt-get install -y gh
49
+
50
- name: List the first 5 open PRs (allowed)
51
run: gh pr list --limit 5
52
env:
@@ -69,11 +64,6 @@ jobs:
69
64
70
65
71
66
72
73
74
75
76
77
67
- name: Attempt to add a label (expected to succeed)
78
68
79
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments