updated samples

هذا الالتزام موجود في:
Chris Ayers
2022-07-06 16:54:09 -04:00
الأصل e3ab43c8c0
التزام 76de084efc
6 ملفات معدلة مع 15 إضافات و13 حذوفات

عرض الملف

@@ -17,8 +17,8 @@ env:
formatting: ${{ format('{{Hello {0} {1} {2}!}}', 'Mona', 'the', 'Octocat') }}
endsWith: ${{ endsWith('Hello world', 'ld') }}
containsString: ${{ contains('Hello world', 'llo') }}
containsArray: ${{ contains(fromJson('["Chris","Michael","Mauro"]'), 'chris') }}
presentersString: ${{ join(fromJson('["Chris","Michael","Mauro"]'), ', ') }}
containsArray: ${{ contains(fromJson('["Chris","Michael"]'), 'chris') }}
presentersString: ${{ join(fromJson('["Chris","Michael"]'), ', ') }}
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: