Skip to content

Commit

Permalink
made change to the name of LSP4IJ_BRANCH env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vaisakhkannan committed Aug 7, 2024
1 parent d5e3295 commit a3a29dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
env:
USE_LOCAL_PLUGIN: ${{ inputs.useLocalPlugin || false }}
REF_LSP4IJ: ${{ inputs.refLsp4ij }}
LSP4IJ_BRANCH: ${{ inputs.lsp4ijBranch || 'latest' }}
LSP4IJ_BRANCH: ${{ inputs.lsp4ijBranch || 'default' }}
REF_LTI_TAG: ${{ inputs.refLTITag }}
steps:
- name: Configure pagefile
Expand Down

0 comments on commit a3a29dd

Please sign in to comment.