Skip to content

Commit

Permalink
functions
Browse files Browse the repository at this point in the history
  • Loading branch information
tush-tr committed Nov 13, 2021
1 parent 27f2e03 commit 4d01d60
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 @@ -9,7 +9,8 @@ jobs:
echo ${{ contains('hello','ll') }}
echo ${{ startsWith('hello','he') }}
echo ${{ endsWith('hello,'lo') }}
echo ${{ format('Hello {0} {1} {2}','World','!','!') }}
echo ${{ format('Hello {0} {1} {2}','World','!','!')
}}
one:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4d01d60

Please sign in to comment.