Skip to content

Commit e6c0b7b

Browse files
committed
Update redirecting reference links in workflows
Even though these links were still reaching the intended page, it is best not to rely on redirects continuing to work indefinitely.
1 parent aba2f26 commit e6c0b7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-go-nightly-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
AWS_PLUGIN_TARGET: /arduino-lint/
1111
ARTIFACT_NAME: dist
1212

13-
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
13+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
1414
on:
1515
schedule:
1616
# run every day at 1AM

.github/workflows/publish-go-tester-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/publish-go-tester-task.md
22
name: Publish Tester Build
33

4-
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
4+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
55
on:
66
create:
77
push:

0 commit comments

Comments
 (0)