correct syntax
هذا الالتزام موجود في:
@@ -17,9 +17,8 @@ env:
|
|||||||
formatting: ${{ format('{{Hello {0} {1} {2}!}}', 'Mona', 'the', 'Octocat') }}
|
formatting: ${{ format('{{Hello {0} {1} {2}!}}', 'Mona', 'the', 'Octocat') }}
|
||||||
endsWith: ${{ endsWith('Hello world', 'ld') }}
|
endsWith: ${{ endsWith('Hello world', 'ld') }}
|
||||||
containsString: ${{ contains('Hello world', 'llo') }}
|
containsString: ${{ contains('Hello world', 'llo') }}
|
||||||
presenters: ${{ fromJson('["Chris","Michael","Mauro"]') }}
|
containsArray: ${{ contains(fromJson('["Chris","Michael","Mauro"]'), 'chris') }}
|
||||||
containsArray: ${{ contains(env.presenters, 'chris') }}
|
presentersString: ${{ join(fromJson('["Chris","Michael","Mauro"]'), ', ') }}
|
||||||
presentersString: ${{ join(env.presenters, ', ') }}
|
|
||||||
|
|
||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
|
المرجع في مشكلة جديدة
حظر مستخدم