Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 9493124

Browse files
chore: tweaks
1 parent caff2fd commit 9493124

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/sync-workflows.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Sync workflows
14-
uses: technote-space/create-pr-action@v1
14+
uses: technote-space/create-pr-action@v2
1515
with:
1616
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
1717
EXECUTE_COMMANDS: |
@@ -20,11 +20,6 @@ jobs:
2020
git clone --depth=1 https://github.com/technote-space/github-actions-workflows.git .github/workflows/.tmp/workflows
2121
2222
bash .github/workflows/.tmp/workflows/wp-plugin/copy.sh
23-
sed -i "s/WP_VERSION: \[.\+$/WP_VERSION: ['latest', '4.6']/" .github/workflows/ci.yml
24-
sed -i "/ACTIVATE_POPULAR_PLUGINS: 1/a \ exclude:\n - php: '7.3'\n WP_VERSION: '4.6'" .github/workflows/ci.yml
25-
sed -i "s/GH_PAGES_APP_ID:.*$/GH_PAGES_APP_ID: editor/" .github/workflows/ci.yml
26-
sed -i "s/GH_PAGES_PLUGIN_STYLE:.*$/GH_PAGES_PLUGIN_STYLE: .\/index.css/" .github/workflows/ci.yml
27-
sed -i "s/GH_PAGES_TITLE:.*$/GH_PAGES_TITLE: Marker Animation/" .github/workflows/ci.yml
2823
2924
rm -rdf .github/workflows/.tmp
3025
COMMIT_MESSAGE: 'chore: sync workflows'

0 commit comments

Comments
 (0)