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 0fe5c09 commit f034c0fCopy full SHA for f034c0f
.github/actions/devcontainer/action.yml
@@ -25,7 +25,7 @@ runs:
25
26
- name: Get devcontainer image name
27
run: |
28
- image="ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-devcontainer"
+ image="ghcr.io/${{ github.repository }}-devcontainer"
29
echo "IMAGE_NAME=${image,,}" >> $GITHUB_ENV
30
31
- name: Run command in devcontainer
.github/workflows/devcontainer-command.yml
@@ -16,6 +16,6 @@ jobs:
16
packages: write
17
18
steps:
19
- - uses: ${{ github.repository_owner }}/${{ github.event.repository.name }}/.github/actions/devcontainer@main
+ - uses: VolumeGraphics/traits/.github/actions/devcontainer@main
20
with:
21
command: ${{ inputs.run_cmd }}
0 commit comments