Skip to content

Commit

Permalink
git functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ezeamaka2 committed Sep 27, 2022
1 parent 861d594 commit a188584
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
steps:
- name: dump
run: |
echo ${{ contains( search, item ) }}
echo ${{ contains( search, arc ) }}
echo ${{ endsWith( search, rch ) }}
echo ${{ contains( food, item ) }}
echo ${{ contains( searching, arc ) }}
echo ${{ endsWith( cook, ok ) }}
echo ${{ startsWith( search, sea ) }}
echo ${{ format('Hello {0} {1} {2}', 'World', '!', '!') }}
Expand Down

0 comments on commit a188584

Please sign in to comment.