Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
sayomelu committed Jan 3, 2022
1 parent 0ed8bea commit 8618d43
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ name: generate
on: [push, pull_request]

jobs:
macos_build:

generate:
runs-on: ubuntu-latest

steps:

- name: checkout
uses: actions/checkout@v2
with:
Expand All @@ -23,4 +20,4 @@ jobs:
git config user.email github-actions@github.com
git add .
git commit -m 'action generate'
git push origin main
git push

0 comments on commit 8618d43

Please sign in to comment.