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 afb260c commit f4a97b3Copy full SHA for f4a97b3
.github/actions/build-base-img/action.yml
@@ -31,8 +31,8 @@ runs:
31
using: composite
32
steps:
33
- name: Get Latest Idris Commit SHA
34
- id: get-sha
35
- uses: ./.github/actions/get-idris-sha
+ id: get-sha
+ uses: ./.github/actions/get-idris-sha
36
37
- name: Build Base (versioned)
38
uses: docker/[email protected]
.github/actions/build-devcontainer-img/action.yml
@@ -38,8 +38,8 @@ runs:
39
40
41
42
43
44
- name: Build Devcontainer (versioned)
45
if: ${{ inputs.idris-lsp-version != 'latest' }}
0 commit comments