Skip to content

Commit

Permalink
add workflow 55 - Read Issue
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Falourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Jun 22, 2022
1 parent f3814bf commit dd0adb8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/55-read-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 55 - Read Issue

on:
issues:
types: [closed]

jobs:
job1:
runs-on: ubuntu-latest
steps:
#- name: Get Version
# run: |
# $str=(${{ github.event.issue.body }} | grep Version:)
# echo "VERSION=$str" >> $GITHUB_ENV
- name: Run a one-line script
if: contains(github.event.issue.labels.*.name, 'deployment')
run: echo Version is ${{ github.event.issue.body }}

0 comments on commit dd0adb8

Please sign in to comment.