Skip to content

Commit

Permalink
Merge pull request #3 from cyber-dojo/remove-unneeded-line-continuati…
Browse files Browse the repository at this point in the history
…on-characters

Remove unneeded line-continuation characters
  • Loading branch information
JonJagger committed Nov 30, 2023
2 parents 7e62c05 + 1118bbb commit 1603518
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sub_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:

- name: Report pull-request evidence to Kosli
run:
kosli report evidence artifact pullrequest github cyberdojo/differ:${{ inputs.IMAGE_TAG }} \
--artifact-type=docker \
--github-token ${{ secrets.GITHUB_TOKEN }} \
kosli report evidence artifact pullrequest github cyberdojo/differ:${{ inputs.IMAGE_TAG }}
--artifact-type=docker
--github-token ${{ secrets.GITHUB_TOKEN }}
--name=pull-request

0 comments on commit 1603518

Please sign in to comment.