We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c94f7 commit 9f5554fCopy full SHA for 9f5554f
.github/workflows/build-interface.yml
@@ -41,8 +41,8 @@ jobs:
41
- name: Authenticate GitHub CLI
42
run: echo "${{ secrets.LINGODB_TOKEN }}" | gh auth login --with-token
43
- name: Read LingoDB Commit
44
- - id: get-lingodb-commit
45
- - run: echo "lingodb_commit=$(cat lingodb-commit.txt)" >> $GITHUB_OUTPUT
+ id: get-lingodb-commit
+ run: echo "lingodb_commit=$(cat lingodb-commit.txt)" >> $GITHUB_OUTPUT
46
- name: Trigger build of lingodb binaries
47
id: trigger-build
48
run: |
0 commit comments