Skip to content

Commit 8ff53ff

Browse files
author
Maxime Boisvert
committed
update: workflow
1 parent 8ceba57 commit 8ff53ff

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/import-api-spec.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: Import API spec
22

33
on:
44
workflow_dispatch:
5-
<<<<<<< HEAD
6-
7-
=======
8-
>>>>>>> origin/main
95

106
jobs:
117
create-files:
@@ -91,11 +87,6 @@ jobs:
9187
run: |
9288
git config user.name "github-actions"
9389
git config user.email "github-actions@github.com"
94-
<<<<<<< HEAD
9590
git add edgegap-v2-openapi.yaml
9691
git commit -m "Update current branch with updated OpenAPI spec" || echo "No changes"
97-
=======
98-
git add output.txt
99-
git commit -m "Update current branch with generated file" || echo "No changes"
100-
>>>>>>> origin/main
10192
git push origin HEAD:${{ github.ref_name }}

output.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)