We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c4845 commit bc2a126Copy full SHA for bc2a126
.github/main.workflow
@@ -1,6 +1,6 @@
1
-workflow "Update tweet gist" {
+workflow "Update gist with latest tweet" {
2
resolves = ["update-gist"]
3
- on = "schedule(*/2 * * * *)"
+ on = "schedule(*/10 * * * *)"
4
}
5
6
action "update-gist" {
Dockerfile
@@ -17,5 +17,5 @@ RUN npm ci
17
# Copy the rest of your action's code
18
COPY . .
19
20
-# Run `node /index.js`
+# Run `node index.js`
21
ENTRYPOINT ["node", "index.js"]
0 commit comments