Skip to content

Commit

Permalink
modify scratch job
Browse files Browse the repository at this point in the history
  • Loading branch information
antmoth committed Mar 22, 2024
1 parent fa9aa6e commit 189b858
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/branch-scratch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,8 @@ name: Scratch

on:
workflow_dispatch:
inputs:
tag:
description: tag
required: true

jobs:
get-short-tag:
id: get-short-tag
runs-on: ubuntu-latest
steps:
- name: save short tag to environment
run: echo "short_tag=$(echo ${{ github.event.inputs.tag }} | head -c 8 )" >> $GITHUB_ENV
- name: echo env var
run: echo "${{ github.env.short_tag }}"

build:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 189b858

Please sign in to comment.