Skip to content

Commit

Permalink
#TESTING-DOTCLI Update. +4
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina committed Oct 15, 2024
1 parent d0206ef commit 82fc3c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotcli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:

dotcms-cli:
runs-on: ubuntu-latest
outputs:
url: ${{ steps.dotcli-runner.outputs.url }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -31,7 +33,7 @@ jobs:
echo "$MESSAGE"
echo "url=$URL" >> "$GITHUB_OUTPUT"
echo "::endgroup::"
sync-with-dotcms:
needs: dotcms-cli
runs-on: ubuntu-latest
Expand Down

0 comments on commit 82fc3c2

Please sign in to comment.