Skip to content

Commit

Permalink
Update custom-ox.sh
Browse files Browse the repository at this point in the history
adding timestamp outputs
  • Loading branch information
aaronhmiller authored Feb 1, 2024
1 parent f6bda4a commit 2e70ad6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/custom-ox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Add sleep before the ox action
sleep 5

# start
echo date

# Run the actual checkout action
sh -c "/usr/bin/docker run --name oxsecurityoxblockmodelatest_6ff9a5 --label f45b78 --workdir /github/workspace --rm \
-e INPUT_OX_API_KEY=$OX_API_KEY \
Expand Down Expand Up @@ -71,3 +74,6 @@ sh -c "/usr/bin/docker run --name oxsecurityoxblockmodelatest_6ff9a5 --label f45
-v /home/runner/work/_temp/_runner_file_commands:/github/file_commands \
-v /home/runner/work/crud-app/crud-app:/github/workspace \
oxsecurity/ox-block-mode:latest"

# finish
echo date

0 comments on commit 2e70ad6

Please sign in to comment.