Skip to content

Commit

Permalink
chor(workflow): change name and improve template (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
andypf authored Jul 26, 2024
1 parent 72ea420 commit 88b7584
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@

<!-- Describe the steps needed to test this pull request. -->

1. Step 1
2. Step 2
3. Step 3
1. `npm i`
2. `npm run TASK`

# Checklist

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# `{"pull_request": {"number": <PR number>, "head": {"ref": "<PR branch name>", "sha": "PR commit sha"}, "base": {"ref": "main"}}, "repository": {"name": "juno", "owner": {"login": "cloudoperators"}}}`
# 2. Run the following command:
# `act push --container-architecture linux/amd64 -P default=catthehacker/ubuntu:act-latest -e act_push.json -W .github/workflows/deploy-github-pages.yaml`
name: Build and Publish Storybook to GitHub Pages
name: Storybook

on:
push:
Expand Down

0 comments on commit 88b7584

Please sign in to comment.