Skip to content

Commit 9f5554f

Browse files
committed
wip
1 parent 33c94f7 commit 9f5554f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-interface.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
- name: Authenticate GitHub CLI
4242
run: echo "${{ secrets.LINGODB_TOKEN }}" | gh auth login --with-token
4343
- name: Read LingoDB Commit
44-
- id: get-lingodb-commit
45-
- run: echo "lingodb_commit=$(cat lingodb-commit.txt)" >> $GITHUB_OUTPUT
44+
id: get-lingodb-commit
45+
run: echo "lingodb_commit=$(cat lingodb-commit.txt)" >> $GITHUB_OUTPUT
4646
- name: Trigger build of lingodb binaries
4747
id: trigger-build
4848
run: |

0 commit comments

Comments
 (0)