Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
gkostin1966 committed Apr 24, 2024
1 parent ee41655 commit 83deef2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/branch-scratch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflow_dispatch:
inputs:
tag:
default: 'latest-default-tag'
description: tag
required: true

Expand All @@ -19,3 +20,5 @@ jobs:
run: echo "short_tag=$(echo ${{ github.event.inputs.tag }} | head -c 8 )" >> $GITHUB_ENV
- name: echo env var
run: echo "${{ env.short_tag }}"
- name: env
run: env

0 comments on commit 83deef2

Please sign in to comment.