chore: remove working directory for workflow
This commit is contained in:
4
.github/workflows/infra-build.yml
vendored
4
.github/workflows/infra-build.yml
vendored
@@ -13,10 +13,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
PG_CONN_STR: ${{ secrets.PG_CONN_STR }}
|
PG_CONN_STR: ${{ secrets.PG_CONN_STR }}
|
||||||
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
working-directory: ./opentofu-homelab
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
Reference in New Issue
Block a user