Skip to content

Commit

Permalink
Update merge_jsons.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKarlas committed Apr 23, 2024
1 parent fa2d106 commit a00cf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge_jsons.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
run: jq -s '. | map(.)' -c ./ExpectedStateOfAdmins/*.json > ExpectedStateOfAdmins.json
- name: Set current date as variable
id: set-time-now
run: echo "TIME_NOW=$(date +'%Y-%m-%dT%H:%M:%S')" >> "$GITHUB_OUTPUT"
run: echo "TIME_NOW=$(date +'%Y-%m-%dT%H-%M-%S')" >> "$GITHUB_OUTPUT"
- name: Publish ExpectedStateOfAdmins.json as release
uses: softprops/action-gh-release@v2
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit a00cf8f

Please sign in to comment.