Skip to content

Commit

Permalink
Merge pull request #154 from kossiitkgp/fix-workflow
Browse files Browse the repository at this point in the history
[v2] Fix workflow
  • Loading branch information
proffapt authored Jul 20, 2023
2 parents 0a60dfa + 9624eff commit 2be002b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/swagger_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@ jobs:

- name: Merge the changes from main branch to docs branch
run: |
git config user.email "[email protected]"
git config user.name "koss-service"
git config gpg.format ssh
git config user.signingkey ~/.ssh/koss-service.pub
git checkout -b docs || git checkout docs
git pull origin docs
git merge 'origin/${{ github.ref_name }}'
git pull -S origin docs
git merge -S 'origin/${{ github.ref_name }}'
- name: Generate swagger.yaml and exit if no changes
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- v2-dev
pull_request:

jobs:
Expand Down

0 comments on commit 2be002b

Please sign in to comment.