Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Commit 7084eae

Browse files
authored
Update main.workflow
1 parent 12e207f commit 7084eae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/main.workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ action "Filters for GitHub Actions" {
1010
}
1111

1212
action "alpine" {
13-
uses = "alpine"
13+
uses = "docker://alpine"
1414
needs = ["Filters for GitHub Actions"]
1515
runs = "sh"
1616
args = "-c \"ls -la\""

0 commit comments

Comments
 (0)