Skip to content

Commit

Permalink
Merge pull request #9 from cyber-dojo/add-description
Browse files Browse the repository at this point in the history
Add description flag to kosli-begin-trail in CI pipeline
  • Loading branch information
JonJagger committed Mar 5, 2024
2 parents ae62c34 + 24035aa commit dde7950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Begin Kosli Trail
run:
kosli begin trail "${{ env.KOSLI_TRAIL }}"
--description="${{ github.actor }} - ${{ github.event.head_commit.message }}"

- name: Set outputs
id: variables
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main_staging.yml
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Begin Kosli Trail
run:
kosli begin trail "${{ env.KOSLI_TRAIL }}"
--description="${{ github.actor }} - ${{ github.event.head_commit.message }}"

- name: Set outputs
id: variables
Expand Down

0 comments on commit dde7950

Please sign in to comment.