Skip to content

Commit

Permalink
functions
Browse files Browse the repository at this point in the history
  • Loading branch information
cabiamdos committed Mar 29, 2024
1 parent 7a1ec12 commit 0afb5f3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ name: Context testing
on: push

jobs:
functions:
runs-on: ubuntu-16.04
steps:
- name: dump
run: |
echo ${{ contains( 'hello', 'll' ) }}
echo ${{ startsWith( 'hello', 'he' )}}
echo ${{ endsWith( 'hello', 'lo' )}}
echo ${{ format('Hello {0} {1} {2}', 'World', '!', '!')}}
dump_contexts_to_log:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0afb5f3

Please sign in to comment.