1
0
mirror of synced 2026-01-07 09:01:31 -05:00

decorate script fix (#18201)

This commit is contained in:
Rachael Sewell
2021-03-15 18:40:00 -07:00
committed by GitHub
parent beef176fee
commit c535420c77
3 changed files with 17 additions and 14 deletions

View File

@@ -25,13 +25,10 @@ jobs:
run: script/rest/update-files.js --decorate-only
- name: Check in the decorated files
uses: EndBug/add-and-commit@9358097a71ad9fb9e2f9624c6098c89193d83575
uses: EndBug/add-and-commit@b3c7c1e078a023d75fb0bd326e02962575ce0519
with:
# The arguments for the `git add` command
add: 'lib/rest/static/decorated'
# The message for the commit
message: 'Add decorated OpenAPI schema files'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged