Skip to content

Commit

Permalink
Update iam_cleanup.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Suhong Qin <51539171+sqin2019@users.noreply.github.com>
  • Loading branch information
sqin2019 committed Jul 25, 2023
1 parent c598e80 commit a4bc6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/iam_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
echo $duration
echo $hours
echo $minutes
expiry=$(($mergeTime + ($hour * 3600) + ($minutes * 60)))
expiry=$(($mergeTime + ($hours * 3600) + ($minutes * 60)))
echo $expiry
if [[ ${current_time} -gt ${expiry} ]]; then
aod iam cleanup -path ./requests/${file}
Expand Down

0 comments on commit a4bc6c4

Please sign in to comment.