Fix typo in repoconfig packages workflow.
Austin S. Hemmelgarn committed
Jun 12, 2024 at 10:53 UTC
847844f8374a375eac46cabea85f884de70c192a
1 file changed
+1
-1
.github/workflows/repoconfig-packages.yml
+1
-1
@@ -132,7 +132,7 @@ jobs:
132
netdata/netdata-repoconfig
133
done
134
- name: Upload to packages2.netdata.cloud
135
- id: package-upload
135
+ id: package2-upload
136
if: github.event_name != 'pull_request' && github.repository == 'netdata/netdata'
137
run: |
138
# shellcheck disable=SC2043