Skip to content

Commit

Permalink
confirm tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Parlato authored and Alexander Parlato committed Mar 22, 2023
1 parent c1c55db commit 17960b4
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/test-push-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,4 @@ jobs:
- id: list-s3-dirs
shell: bash
run: |
echo "foo bar baz" > test.json
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
base: main
add-paths: |
test.json
commit-message: 'Update test.json'
committer: github-actions <noreply@github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
token: ${{ secrets.GITHUB_TOKEN }}
branch: update-releases-presets
assignees: ${{ github.actor }}
title: 'Cool test'
body: |
Github actions opening PRs over here
cc @${{ github.actor }}
cc ${{ github.actor }}
echo ${{ github.ref_name }}

0 comments on commit 17960b4

Please sign in to comment.