Skip to content

Commit

Permalink
Merge pull request #2 from gninaunitedvirtualities/feature/f002
Browse files Browse the repository at this point in the history
check PR
  • Loading branch information
gninaunitedvirtualities authored Dec 9, 2022
2 parents 7d1e830 + ee0a35b commit 04bead9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/create_pullRequest_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
# Inputs the workflow accepts.
inputs:
title:
description: 'title'
required: true
version:
description: 'Enter release version label'
Expand All @@ -19,6 +20,16 @@ jobs:
create_pull_request:
runs-on: ubuntu-latest
steps:
- name: debug UPPER
shell: bash
run: |
echo GITHUB_TOKEN
echo "${{ secrets.GITHUB_TOKEN }}"
- name: debug LOWER
shell: bash
run: |
echo github_token
echo "${{ secrets.github_token }}"
- uses: actions/checkout@v3
- name: pull-request
uses: repo-sync/pull-request@v2
Expand Down

0 comments on commit 04bead9

Please sign in to comment.