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 d583a63 commit bc13704Copy full SHA for bc13704
.github/actions/get-idris-sha/action.yml
@@ -26,7 +26,8 @@ runs:
26
run: |
27
echo "name=lsp-sha::$(curl -s 'https://api.github.com/repos/idris-community/idris2-lsp/commits' | jq -r '.[0].sha')" >> $GITHUB_OUTPUT
28
shell: bash
29
- - name: Print Output
+ - name: Outputs
30
31
- echo $GITHUB_OUTPUT
+ echo "LSP Sha: ${{ steps.get-lsp-sha.outputs.lsp-sha }}"
32
+ echo "Idris Commit Sha: ${{ steps.get-sha.outputs.sha }}"
33
.github/workflows/version-devcontainer-deploy.yml
@@ -42,10 +42,6 @@ jobs:
42
username: ${{ github.actor }}
43
password: ${{ secrets.GITHUB_TOKEN }}
44
45
- - name: Get Latest Idris Commit SHA
46
- id: get-sha
47
- uses: ./.github/actions/get-idris-sha
48
-
49
- name: Docker meta
50
id: create-meta
51
uses: docker/metadata-action@v5
0 commit comments