This is an automated email from the ASF dual-hosted git repository.
ovilia pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 156ee967 chore: update action id in workflow
156ee967 is described below
commit 156ee9677ea6d0b7b32ffeee25af1c1015d0efbc
Author: Ovilia <[email protected]>
AuthorDate: Thu Jun 9 17:26:45 2022 +0800
chore: update action id in workflow
---
.github/workflows/e2e-test.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml
index a85df3c4..1ea7b8c3 100644
--- a/.github/workflows/e2e-test.yml
+++ b/.github/workflows/e2e-test.yml
@@ -11,7 +11,8 @@ jobs:
uses: actions/checkout@v2
- name: install ffmpeg
- uses: FedericoCarboni/setup-ffmpeg@v1
+ uses: FedericoCarboni/[email protected]
+ id: setup-ffmpeg
- name: npm install
run: |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]