Skip to content

Commit 9666050

Browse files
committed
Use meaningful step name in Go nightly build workflow
The previous name was all but worthless and made an already cryptic step even more indecipherable.
1 parent cd2abf4 commit 9666050

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workflow-templates/dependabot/workflow-template-copies/.github/workflows/publish-go-nightly-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
# to ensure compatibility with v1
109109
path: dist
110110

111-
- name: upload
111+
- name: Upload release files on Arduino downloads servers
112112
uses: docker://plugins/s3
113113
env:
114114
PLUGIN_SOURCE: "dist/*"

workflow-templates/publish-go-nightly-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
# to ensure compatibility with v1
109109
path: dist
110110

111-
- name: upload
111+
- name: Upload release files on Arduino downloads servers
112112
uses: docker://plugins/s3
113113
env:
114114
PLUGIN_SOURCE: "dist/*"

0 commit comments

Comments
 (0)