Skip to content

Commit 2b88aa1

Browse files
committed
fix
1 parent 97141c0 commit 2b88aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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: |
@@ -78,7 +78,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)