Skip to content

Commit bc2a126

Browse files
committed
A bit of tidying up
1 parent e6c4845 commit bc2a126

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/main.workflow

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
workflow "Update tweet gist" {
1+
workflow "Update gist with latest tweet" {
22
resolves = ["update-gist"]
3-
on = "schedule(*/2 * * * *)"
3+
on = "schedule(*/10 * * * *)"
44
}
55

66
action "update-gist" {

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ RUN npm ci
1717
# Copy the rest of your action's code
1818
COPY . .
1919

20-
# Run `node /index.js`
20+
# Run `node index.js`
2121
ENTRYPOINT ["node", "index.js"]

0 commit comments

Comments
 (0)