Skip to content

Commit 474ce44

Browse files
try and fix expressions
1 parent 6da87a1 commit 474ce44

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/expression-functions.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
issues:
8-
types: [opened, labelled]
97

108
jobs:
119
expression-functions:
@@ -22,9 +20,6 @@ jobs:
2220
run: echo "The string ends with 'ld'."
2321
- name: Format and echo string
2422
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, ', ') }}"'
2823
- name: Convert job context to JSON
2924
run: echo "Job context in JSON: ${{ toJSON(github.job) }}"
3025
- name: Parse JSON string

0 commit comments

Comments
 (0)