Skip to content

Commit b10d0b3

Browse files
committed
1
1 parent a91b568 commit b10d0b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/expression-functions.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
run: echo "The string ends with 'ld'."
2121
- name: Format and echo string
2222
run: echo ${{ format('Hello {0} {1} {2}', 'Mona', 'the', 'Octocat') }}
23-
- name: Join issue labels
24-
if: github.event_name == 'issues'
25-
run: echo "Issue labels: ${{ join(github.event.issue.labels.*.name, ', ') }}"
2623
- name: Convert job context to JSON
2724
run: echo "Job context in JSON: ${{ toJSON(github.job) }}"
2825
- name: Parse JSON string

0 commit comments

Comments
 (0)