Skip to content

Commit bc13704

Browse files
committed
debug
1 parent d583a63 commit bc13704

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/actions/get-idris-sha/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ runs:
2626
run: |
2727
echo "name=lsp-sha::$(curl -s 'https://api.github.com/repos/idris-community/idris2-lsp/commits' | jq -r '.[0].sha')" >> $GITHUB_OUTPUT
2828
shell: bash
29-
- name: Print Output
29+
- name: Outputs
3030
run: |
31-
echo $GITHUB_OUTPUT
31+
echo "LSP Sha: ${{ steps.get-lsp-sha.outputs.lsp-sha }}"
32+
echo "Idris Commit Sha: ${{ steps.get-sha.outputs.sha }}"
3233
shell: bash

.github/workflows/version-devcontainer-deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
username: ${{ github.actor }}
4343
password: ${{ secrets.GITHUB_TOKEN }}
4444

45-
- name: Get Latest Idris Commit SHA
46-
id: get-sha
47-
uses: ./.github/actions/get-idris-sha
48-
4945
- name: Docker meta
5046
id: create-meta
5147
uses: docker/metadata-action@v5

0 commit comments

Comments
 (0)