Skip to content

Commit

Permalink
chore: fix example action
Browse files Browse the repository at this point in the history
  • Loading branch information
StashBank committed Nov 6, 2024
1 parent dcd778c commit 92e4e68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: ./ # Uses an action in the root directory
id: zephyr-summary
with:
application_uid: create-mf-app-rspack-host.zephyr-ci.opavlovskyi
application_uid: create-mf-app-rspack-host.deploy-summary-action.zephyrcloudio
- name: Print zephyr deploy summary
run: echo "Deployed to ${{ steps.zephyr-summary.outputs.version_url }}"

2 changes: 1 addition & 1 deletion zephyr-examples/create-mf-app-rspack/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import './index.css'

const App = () => (
<div className="container">
<div>Name: create-mf-app-rspack with zephyr v1.1.1</div>
<div>Name: create-mf-app-rspack with zephyr v1.1.2</div>
<div>Framework: react</div>
<div>Language: TypeScript</div>
<div>CSS: Empty CSS</div>
Expand Down

0 comments on commit 92e4e68

Please sign in to comment.