Skip to content

Commit cb6ee3a

Browse files
committed
modified changes
1 parent e756222 commit cb6ee3a

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
@@ -22,9 +22,6 @@ jobs:
2222
run: echo "The string ends with 'ld'."
2323
- name: Format and echo string
2424
run: echo ${{ format('Hello {0} {1} {2}', 'Mona', 'the', 'Octocat') }}
25-
- name: Join issue labels
26-
if: github.event_name == 'issues'
27-
run: echo "Issue labels: ${{ join(github.event.issue.labels.*.name) }}"
2825
- name: Convert job context to JSON
2926
run: "echo \"Job context in JSON: ${{ toJSON(github.job) }}\""
3027
- name: Parse JSON string

0 commit comments

Comments
 (0)