Skip to content

Commit

Permalink
Try to grab output of publish-date step from object
Browse files Browse the repository at this point in the history
Signed-off-by: Joyce Quach <[email protected]>
  • Loading branch information
jtquach1 committed Nov 1, 2024
1 parent 709b004 commit d0870c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/convert-cci-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# branches: ['master']
branches: ['add-convert-cci-list-workflow']

# Run this workflow at 00:00 every month
# Run this workflow on the 1st day at 00:00 every month
# schedule:
# - cron: '0 0 1 * *'

Expand Down Expand Up @@ -61,4 +61,6 @@ jobs:
# git commit -sm "Update CCI List to the current NIST and definition mappings as of $DATETIME"
# git push
run: |
echo ${{steps.publish-date.outputs}}
echo $DATETIME
env:
DATETIME: ${{steps.publish-date.outputs.info}}

0 comments on commit d0870c5

Please sign in to comment.