هذا الالتزام موجود في:
Chris Ayers
2022-06-29 12:24:32 -04:00
الأصل be82f51073
التزام 537953e15a

عرض الملف

@@ -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: