Skip to content

Commit

Permalink
fix: fixed name
Browse files Browse the repository at this point in the history
Fixed name when uploading artifacts
  • Loading branch information
JayanaGunaweera01 committed Jan 21, 2024
1 parent a85b61f commit 81a3a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bias-mitigation-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
# Add a new step to commit and push the changes
- name: Commit and Push Changes
run: |
# name=git config --local user.name actions-user
name=git config --local user.name actions-user
git config --local user.email "[email protected]"
- name: Persist Logs
Expand All @@ -110,7 +110,7 @@ jobs:
uses: actions/upload-artifact@v2
if: always()
with:
name: "Audit Report $(date)"
name: "Audit Report $name - $date "
path: /home/runner/work/EthAIAuditHub/EthAIAuditHub/automation/artifacts


Expand Down

0 comments on commit 81a3a18

Please sign in to comment.