Skip to content

Commit

Permalink
Change action titles
Browse files Browse the repository at this point in the history
  • Loading branch information
aidmax committed Feb 25, 2024
1 parent 687254d commit ce187d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Run structurizr-cli action
- name: Run structurizr-cli action [Push]
uses: ./
id: push
with:
Expand All @@ -21,7 +21,7 @@ jobs:
workspace_file_param: -workspace
workspace_file: ./tests/workspace.dsl

- name: Run structurizr-cli action
- name: Run structurizr-cli action [Pull]
uses: ./
id: pull
with:
Expand Down

0 comments on commit ce187d0

Please sign in to comment.