Skip to content

Commit 4241554

Browse files
committed
update README about minor refactoring
1 parent 41b5c2a commit 4241554

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,11 @@ This action is run as below sequence diagram.
220220
```mermaid
221221
sequenceDiagram
222222
223-
participant user as User
224223
participant repo as Repository
225224
participant action as GitHub Actions
226225
participant bgia as Backlog-GitHub<br />integration action<br />repository
227226
participant ghcr as GitHub Container Registry
228227
229-
user->>repo: work
230228
repo->>action: event
231229
action->>bgia: checkout [ ${REVISION} / ${TAG} / ${BRANCH} ]
232230
bgia->>action: action.yml

0 commit comments

Comments
 (0)