Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Commit

Permalink
Fix test step
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner committed Apr 4, 2021
1 parent f468971 commit 5848c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: docker run --entrypoint generate-changelog generate-changelog-action --version

- name: Test generating changelog
run: docker run -e REPO=${{ github.repository }} generate-changelog-action
run: docker run -e repo-url="git+https://github.com/ScottBrenner/generate-changelog-action" generate-changelog-action

lint:
# Name the Job
Expand Down

0 comments on commit 5848c41

Please sign in to comment.