Skip to content

Commit

Permalink
Update metrics-publish.yml
Browse files Browse the repository at this point in the history
Use public directory in target repo
  • Loading branch information
AfzalivE committed Oct 11, 2023
1 parent b50589b commit 8c18bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/metrics-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Create name for directory
id: target_dir_name
run: |
echo "TARGET_DIR_NAME=$(date +'%d-%m-%Y-%H-%M-%S')" >> "$GITHUB_OUTPUT"
echo "TARGET_DIR_NAME=public/$(date +'%d-%m-%Y-%H-%M-%S')" >> "$GITHUB_OUTPUT"
- name: Commit output to metrics repo
uses: cpina/github-action-push-to-another-repository@07c4d7b3def0a8ebe788a8f2c843a4e1de4f6900 # 1.7.2
Expand Down

0 comments on commit 8c18bba

Please sign in to comment.