Skip to content

Commit 8ceba57

Browse files
author
Maxime Boisvert
committed
Merge remote-tracking branch 'origin/main'
2 parents a7ca559 + 3761c40 commit 8ceba57

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

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

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

33
on:
44
workflow_dispatch:
5+
<<<<<<< HEAD
56

7+
=======
8+
>>>>>>> origin/main
69

710
jobs:
811
create-files:
@@ -88,6 +91,11 @@ jobs:
8891
run: |
8992
git config user.name "github-actions"
9093
git config user.email "github-actions@github.com"
94+
<<<<<<< HEAD
9195
git add edgegap-v2-openapi.yaml
9296
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
93101
git push origin HEAD:${{ github.ref_name }}

output.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
my-data

0 commit comments

Comments
 (0)