Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sqin2019 committed Jul 19, 2023
1 parent bcc4b6f commit 50040e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_handle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
}
- name: 'Tool Request Comment'
if: '${{ always() && (steps.handle_tool.outcome == ''success'' || steps.handle_tool.outcome == ''failure'') }}'
if: '${{ always() && hashFiles(''tool.yaml'') != '''' }}'
uses: 'actions/github-script@98814c53be79b1d30f795b907e553d8679345975' # ratchet:actions/github-script@v6
with:
github-token: '${{ github.token }}'
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
}
- name: 'Request Not Found Comment'
if: '${{ hashFiles(''iam.yaml'', ''tool.yaml'') == '''' }}'
if: '${{ always() && hashFiles(''iam.yaml'', ''tool.yaml'') == '''' }}'
uses: 'actions/github-script@98814c53be79b1d30f795b907e553d8679345975' # ratchet:actions/github-script@v6
with:
github-token: '${{ github.token }}'
Expand Down

0 comments on commit 50040e8

Please sign in to comment.