Update update.yml

This commit is contained in:
dkhamsing 2021-08-26 14:28:59 -07:00 committed by GitHub
parent 5c3b18a9a4
commit f2f5afc408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,9 @@
name: Update metadata
name: Update Metadata
on: [workflow_dispatch, push]
jobs:
Categories:
Update Metadata:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -11,4 +11,6 @@ jobs:
with:
ruby-version: 2.6
- name: Run scripts
run: ruby .github/osia_update_github.rb
run: |
gem install octokit
ruby .github/osia_update_github.rb