Skip to content

Commit

Permalink
Merge pull request #4 from rahulsom/migrating-to-yaml-syntax
Browse files Browse the repository at this point in the history
converted main.workflow to Actions V2 yml files
  • Loading branch information
rahulsom committed Sep 6, 2019
2 parents 6d80a67 + b87635b commit 6ef2324
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/main.workflow

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
schedule:
- cron: 0 0 * * *
name: Daily
jobs:
updateGradleWrapper:
name: Update Gradle Wrapper
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Update Gradle Wrapper
uses: rahulsom/gradle-up@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6ef2324

Please sign in to comment.