We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6359878 commit aa82bc1Copy full SHA for aa82bc1
1 file changed
.github/workflows/update.yaml
@@ -5,7 +5,7 @@ name: update-aws-apis
5
on:
6
push:
7
branches:
8
- - master
+ - main
9
schedule:
10
- cron: '0 19 * * *'
11
workflow_dispatch: {}
@@ -37,4 +37,10 @@ jobs:
37
git add amazonaws.com
38
git diff-index --quiet HEAD || git commit -am "Update AWS APIs to $SDKTAG"
39
git push https://${{ secrets.GH_PAT }}@github.com/apis-guru/openapi-directory.git
40
+ - name: Trigger oad CI
41
+ uses: peter-evans/repository-dispatch@v1
42
+ with:
43
+ token: ${{ secrets.GH_PAT }}
44
+ repository: Mermade/oad
45
+ event-type: ci
46
0 commit comments