Skip to content

Commit 7eebd5f

Browse files
Add working-directory input to GitHub Actions install action and update workflows to utilize it
1 parent 4e6d119 commit 7eebd5f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,16 @@ jobs:
115115
os: ${{ matrix.os }}
116116
repo-token: ${{ secrets.GITHUB_TOKEN }}
117117

118+
- name: Install Plugin Go Dependencies
119+
run: task install
120+
shell: bash
121+
working-directory: ./plugin
122+
123+
- name: Go Generate Plugin
124+
run: task generate
125+
shell: bash
126+
working-directory: ./plugin
127+
118128
- name: Check if VERSION exists
119129
shell: bash
120130
id: check_version

0 commit comments

Comments
 (0)