Skip to content

Commit

Permalink
refactor: Update build-devcontainer.yml and test-devcontainer.yml to …
Browse files Browse the repository at this point in the history
…include devcontainer image name in workflow
  • Loading branch information
lgersman committed Oct 10, 2024
1 parent 518849b commit 93f2019
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dump-github-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
dump:
runs-on: ubuntu-latest
steps:
- uses: "./.github/shared/devcontainer-image-name"
id: devcontainer_image_name

- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
- uses: "./.github/shared/devcontainer-image-name"
id: devcontainer_image_name

- shell: bash
run: |
echo "devcontainer image name: ${{ steps.devcontainer_image_name.outputs.image_name }}"
- name: use devcontainer image
uses: devcontainers/ci@v0.3
with:
Expand Down

0 comments on commit 93f2019

Please sign in to comment.