Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 4, 2024
1 parent b719072 commit 8c36dc5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
- name: Publish
uses: ./forge/actions/publish
with:
image: foobar
image: ${{ steps.image.outputs.image }}
project: ${{ steps.image.outputs.project }}
2 changes: 1 addition & 1 deletion forge/actions/publish/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion forge/actions/publish/dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion forge/actions/publish/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async function run() {

if (blueprint?.project?.container === undefined) {
core.warning(
`Project ${project} does not have a container defined. Skipping publish`,
`Project '${project}' does not have a container defined. Skipping publish`,
);
return;
} else if (blueprint?.global?.ci?.tagging?.strategy === undefined) {
Expand Down

0 comments on commit 8c36dc5

Please sign in to comment.