Skip to content

Commit

Permalink
try and fix expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
omenking authored Apr 30, 2024
1 parent e0db1f2 commit 5ea95e5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/expression-functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- main
issues:
types: [opened, labeled]

jobs:
expression-functions:
Expand All @@ -22,9 +20,6 @@ jobs:
run: echo "The string ends with 'ld'."
- name: Format and echo string
run: echo ${{ format('Hello {0} {1} {2}', 'Mona', 'the', 'Octocat') }}
- name: Join issue labels
if: github.event_name == 'issues'
run: 'echo "Issue labels: ${{ join(github.event.issue.labels.*.name, ', ') }}"'
- name: Convert job context to JSON
run: echo "Job context in JSON: ${{ toJSON(github.job) }}"
- name: Parse JSON string
Expand Down

0 comments on commit 5ea95e5

Please sign in to comment.