We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46c51d commit c478e27Copy full SHA for c478e27
.github/workflows/move-into-oss.yml
@@ -46,9 +46,6 @@ jobs:
46
- name: Modify HTML file and place it in the OSS repo
47
if: steps.changed-files-specific.outputs.workflow_modified_files == '_data/ManifestStore_schema_edited.json'
48
run : cat ./_site/reference-cai.html | pup 'body' > './manifest-repo/docs/manifest/reference-cai.html'
49
- - name: Move css file to OSS repo
50
- if: steps.changed-files-specific.outputs.workflow_modified_files == '_data/ManifestStore_schema_edited.json'
51
- run : cp './_site/css/cai-addon.css' './manifest-repo/docs/manifest/cai-addon.css'
52
- name: Open PR in OSS
53
54
uses: peter-evans/create-pull-request@v5
0 commit comments