Skip to content

Commit

Permalink
Merge pull request #2 from leonief/stage
Browse files Browse the repository at this point in the history
Stage
  • Loading branch information
leonief authored and GitHub Enterprise committed Mar 19, 2025
2 parents 173c9b7 + f72774c commit f5ecd46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: List repository structure
run: |
echo "Listing repository structure:"
find . -maxdepth=2 | sort
ls -R
- name: Dotenv Action
uses: falti/dotenv-action@v1.1.4
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/SignupForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function SignupForm() {
<Box className={"whiteBox"}>
<Box className={"itemBox"}>
<Box className={"title"}>
<h2>TEST</h2>
<h2>TEST3</h2>
</Box>
</Box>

Expand Down

0 comments on commit f5ecd46

Please sign in to comment.