File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Set start time
47- - run : echo "WORKFLOW_START_TIME=$(date +%s)" >> $GITHUB_ENV
47+ run : echo "WORKFLOW_START_TIME=$(date +%s)" >> $GITHUB_ENV
4848 - name : Verify PRs are not running malicious code
4949 if : ${{ (inputs.aws-sdk-kotlin-pr != '' || inputs.smithy-kotlin-pr != '') && inputs.check-pr == false }}
5050 run : |
7878 runs-on : ubuntu-latest
7979 steps :
8080 - name : Set start time
81- - run : echo "WORKFLOW_START_TIME=$(date +%s)" >> $GITHUB_ENV
81+ run : echo "WORKFLOW_START_TIME=$(date +%s)" >> $GITHUB_ENV
8282 - name : Verify PRs are not running malicious code
8383 if : ${{ (inputs.aws-sdk-kotlin-pr != '' || inputs.smithy-kotlin-pr != '') && inputs.check-pr == false }}
8484 run : |
You can’t perform that action at this time.
0 commit comments