Browse Source

Update main.workflow

now.sh
Garrit Franke 5 years ago committed by GitHub
parent
commit
303581b002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      .github/main.workflow

9
.github/main.workflow

@ -0,0 +1,9 @@
workflow "New workflow" {
on = "push"
resolves = ["GitHub Action for Zeit"]
}
action "GitHub Action for Zeit" {
uses = "actions/zeit-now@9fe84d5"
secrets = ["GITHUB_TOKEN"]
}
Loading…
Cancel
Save