File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : FHEM Unit Tests
22
33permissions :
4- actions : write
54 contents : read
65
76on :
9594 echo "::add-mask::$BOT_PUSH_TOKEN"
9695 git remote set-url origin "https://x-access-token:${BOT_PUSH_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
9796 git push origin "HEAD:${BRANCH_NAME}"
98- - name : Trigger follow-up runs for generated branch head
99- if : steps.commit_generated.outputs.created == 'true'
100- uses : actions/github-script@v8
101- with :
102- script : |
103- for (const workflow_id of ['perlCritic.yml']) {
104- await github.rest.actions.createWorkflowDispatch({
105- owner: context.repo.owner,
106- repo: context.repo.repo,
107- workflow_id,
108- ref: process.env.BRANCH_NAME,
109- });
110- }
111- env :
112- BRANCH_NAME : ${{ steps.branch.outputs.name }}
113-
11497 test :
11598 runs-on : ubuntu-latest
11699 concurrency :
You can’t perform that action at this time.
0 commit comments