We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ffcd2 commit 60bd566Copy full SHA for 60bd566
.github/workflows/compile-release.yml
@@ -68,7 +68,11 @@ jobs:
68
- name: Get current date
69
id: date
70
run: echo "date=$(date +'%b_%d_%Y')" >> $GITHUB_OUTPUT
71
-
+
72
+ - name: Get current date
73
+ id: dateNoScores
74
+ run: echo "dateNoScores=$(date +'%b %d %Y')" >> $GITHUB_OUTPUT
75
76
- name: Rename binary
77
run: |
78
cd Firmware/RTK_Surveyor
@@ -106,4 +110,4 @@ jobs:
106
110
destination_folder: ''
107
111
user_email: '[email protected]'
108
112
user_name: 'nseidle'
109
- commit_message: 'Github Action - Updating JSON ${{ steps.date.outputs.date }}'
113
+ commit_message: 'Github Action - Updating JSON ${{ steps.dateNoScores.outputs.dateNoScores }}'
0 commit comments