Skip to content

Commit

Permalink
fix: timestamp issue
Browse files Browse the repository at this point in the history
| replace(':', '_') }}
  • Loading branch information
JayanaGunaweera01 committed Jan 21, 2024
1 parent cf82804 commit 52d55eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bias-mitigation-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
uses: actions/upload-artifact@v2
if: always()
with:
name: "Audit Report ${{ github.actor }} - ${{ github.run_number }} - ${{ github.event.head_commit.timestamp }}"
name: "Audit Report ${{ github.actor }} - ${{ github.run_number }} - ${{ github.event.head_commit.timestamp | replace(':', '_') }}"
path: /home/runner/work/EthAIAuditHub/EthAIAuditHub/automation/artifacts


Expand Down

0 comments on commit 52d55eb

Please sign in to comment.