Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Sep 30, 2024
1 parent 71cba6d commit e2544f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
run: |
SHORT_SHA=$(echo "${{ github.sha }}" | cut -c 1-7)
echo "DOCKER_TAG=$SHORT_SHA" >> $GITHUB_ENV
echo "DOJO_VERSION=$SHORT_SHA" >> $GITHUB_OUTPUT
echo "DOJO_VERSION=$SHORT_SHA" >> $GITHUB_ENV
- name: Set Docker tag for workflow_dispatch event
if: github.event_name == 'workflow_dispatch'
run: |
SHORT_SHA=$(echo "${{ github.sha }}" | cut -c 1-7)
echo "DOJO_VERSION=$SHORT_SHA" >> $GITHUB_OUTPUT
echo "DOJO_VERSION=$SHORT_SHA" >> $GITHUB_ENV
echo "DOCKER_TAG=${{ inputs.docker_tag }}" >> $GITHUB_ENV
- name: Set outputs
Expand Down

0 comments on commit e2544f9

Please sign in to comment.