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 9437824 commit b97ccbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ jobs:
functions:
runs-on: ubuntu-latest
steps:
- name: function
- name: dump
run: |
echo ${{ contains( search, item ) }}
echo ${{ contains( search, arc ) }}
echo ${{ endsWith( search, rch ) }}
echo ${{ startsWith( search, sea ) }}
echo ${{ format('Hello {0} {1} {2}', 'World', '!', '!') }}
dump_contexts_to_log:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b97ccbf

Please sign in to comment.