chore: rename to action

This commit is contained in:
Jason Song
2022-12-09 15:29:26 +08:00
parent 266a122ba2
commit 10ebbeca2f
6 changed files with 29 additions and 29 deletions

View File

@ -90,7 +90,7 @@ import {initRepoCommentForm, initRepository} from './features/repo-legacy.js';
import {initFormattingReplacements} from './features/formatting.js';
import {initMcaptcha} from './features/mcaptcha.js';
import {initCopyContent} from './features/copycontent.js';
import {initRepositoryBuildView} from './components/RepoBuildView.vue';
import {initRepositoryActionView} from './components/RepoActionView.vue';
// Run time-critical code as soon as possible. This is safe to do because this
// script appears at the end of <body> and rendered HTML is accessible at that point.
@ -188,7 +188,7 @@ $(document).ready(() => {
initRepoTopicBar();
initRepoWikiForm();
initRepository();
initRepositoryBuildView();
initRepositoryActionView();
initCommitStatuses();
initMcaptcha();