Skip to content

Commit

Permalink
fix error file
Browse files Browse the repository at this point in the history
  • Loading branch information
sqin2019 committed Jul 19, 2023
1 parent f8ae7e2 commit 19a4777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_handle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
TOOL_FILE_PATH: '${{ github.workspace }}/tool.yaml'
run: |
touch ${{ env.TOOL_ERROR_FILENAME }}
aod tool do -path ${{ env.TOOL_FILE_PATH }} 2> ${{ env.IAM_ERROR_FILENAME }}
aod tool do -path ${{ env.TOOL_FILE_PATH }} 2> ${{ env.TOOL_ERROR_FILENAME }}
- name: 'IAM Request Comment'
if: '${{ always()}}'
Expand Down

0 comments on commit 19a4777

Please sign in to comment.