Skip to content

Commit

Permalink
Fix Deployment Workflow (#91)
Browse files Browse the repository at this point in the history
# Fix Deployment Workflow

## ♻️ Current situation & Problem
#90 broke the beta deployment workflow as the workflow file was renamed
and forgotten to be updated in the beta deployment workflow. Fixed by
this PR.

## 📝 Code of Conduct & Contributing Guidelines 

By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md):
- [x] I agree to follow the [Code of
Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md).
  • Loading branch information
Supereg authored Nov 12, 2024
1 parent 070074c commit ea08d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beta-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
secrets: inherit
staticanaylsis:
name: Static Analysis
uses: ./.github/workflows/static_analysis.yml
uses: ./.github/workflows/static-analysis.yml
permissions:
security-events: write
actions: read
Expand Down

0 comments on commit ea08d6d

Please sign in to comment.