Skip to content

Commit

Permalink
use YAML syntax for GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
imsky committed Aug 11, 2019
1 parent e5ce3ab commit 4da2a71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/main.workflow

This file was deleted.

9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Run github-fresh on every pull request update
on: pull_request
jobs:
github-fresh:
steps:
- name: github-fresh
uses: imsky/github-fresh@v0.9.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4da2a71

Please sign in to comment.