Skip to content

Commit

Permalink
add shell to run step
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 13, 2024
1 parent edcf957 commit 204a416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/publish-results/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ runs:
- name: Get timestamp
id: timestamp
run: echo "ts=$(date +'%Y-%m-%dT%H_%M_%S')" >> $GITHUB_OUTPUT #no colons allowed for artifacts
shell: bash

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 204a416

Please sign in to comment.