Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciachang committed May 30, 2024
1 parent bac8271 commit a431816
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/actions/publish-to-jamsocket/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ runs:
echo "DOCKER_BUILD_CONTEXT: ${{ inputs.DOCKER_BUILD_CONTEXT }}"
echo "DOCKERFILE_PATH: ${{ inputs.DOCKERFILE_PATH }}"
- name: Set JAMCR_USER from token
shell: bash
run: |
JAMSOCKET_API_TOKEN=${{ inputs.JAMSOCKET_API_TOKEN }}
echo "JAMCR_USER=${JAMSOCKET_API_TOKEN%\.*}" >> $GITHUB_ENV
- name: Set JAMCR_USER from token
shell: bash
run: |
JAMSOCKET_API_TOKEN=${{ inputs.JAMSOCKET_API_TOKEN }}
echo "JAMCR_USER=${JAMSOCKET_API_TOKEN%\.*}" >> $GITHUB_ENV

0 comments on commit a431816

Please sign in to comment.