aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-03-06 13:58:16 +0100
committerGravatar shtlrs <[email protected]>2023-03-06 13:58:16 +0100
commit493a9486f917fc0efb6badc7caf4c803696764d3 (patch)
tree0e071a33b0a3cd4625f355ac56374de99466cdba /.github
parentalways generate sha tag (diff)
correct typo in workflows
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index fd47b5c0..9762ad73 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -36,7 +36,7 @@ jobs:
build-deploy:
if: github.ref == 'refs/heads/main'
- uses: ./.github/worfklows/build-deploy.yaml
+ uses: ./.github/workflows/build-deploy.yaml
needs:
- lint-test
- generate-sha-tag