Skip to content

Commit 08cd906

Browse files
committed
Expression Function
1 parent c5a4121 commit 08cd906

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/expression-functions.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@ jobs:
3333
run: echo "Hash of files ${{ hashFiles('**/package-lock.json', '**/Gemfile.lock') }}
3434
- name: The job has succeeded
3535
if: ${{ success() }}
36+
run: echo "Succeeded"
3637
- name: The job has failed
37-
if: ${{ failure() }}
38+
if: ${{ failure() }}
39+
run: echo "Failed"

0 commit comments

Comments
 (0)