Skip to content

Commit a8c91d9

Browse files
committed
misc: another workflow fix
1 parent 2928a9e commit a8c91d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/backend.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
with:
3232
go-version: 1.23
3333
- name: Create .env File
34-
with:
35-
working-directory: ./backend/
34+
working-directory: ./backend/
3635
env:
3736
ATLAS_URI: ${{ secrets.ATLAS_URI }}
3837
run: |

0 commit comments

Comments
 (0)