We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7ca559 + 3761c40 commit 8ceba57Copy full SHA for 8ceba57
2 files changed
.github/workflows/import-api-spec.yaml
@@ -2,7 +2,10 @@ name: Import API spec
2
3
on:
4
workflow_dispatch:
5
+<<<<<<< HEAD
6
7
+=======
8
+>>>>>>> origin/main
9
10
jobs:
11
create-files:
@@ -88,6 +91,11 @@ jobs:
88
91
run: |
89
92
git config user.name "github-actions"
90
93
git config user.email "github-actions@github.com"
94
95
git add edgegap-v2-openapi.yaml
96
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
101
git push origin HEAD:${{ github.ref_name }}
output.txt
@@ -0,0 +1 @@
1
+my-data
0 commit comments