We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ceba57 commit 8ff53ffCopy full SHA for 8ff53ff
2 files changed
.github/workflows/import-api-spec.yaml
@@ -2,10 +2,6 @@ name: Import API spec
2
3
on:
4
workflow_dispatch:
5
-<<<<<<< HEAD
6
-
7
-=======
8
->>>>>>> origin/main
9
10
jobs:
11
create-files:
@@ -91,11 +87,6 @@ jobs:
91
87
run: |
92
88
git config user.name "github-actions"
93
89
git config user.email "github-actions@github.com"
94
95
90
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 commit comments