Skip to content

Commit

Permalink
Merge pull request #2 from MateSousa/test
Browse files Browse the repository at this point in the history
  • Loading branch information
MateSousa authored Jun 25, 2023
2 parents ca54138 + c043f3a commit 8988b59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
permissions:
contents: write
pull-requests: write
steps:
steps:
- name: Create Release PR
if: github.event_name == 'push'
uses: MateSousa/create-release@master
with:
repo_owner: MateSousa
repo_name: create-release
repo_name: whatsapp-bot-send-stickers
base_branch: test
target_branch: master
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -29,7 +29,7 @@ jobs:
uses: MateSousa/create-release-bot@master
with:
repo_owner: MateSousa
repo_name: create-release
repo_name: whatsapp-bot-send-stickers
base_branch: test
target_branch: master
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# whatsapp-bot-send-stickers
a
b
c

0 comments on commit 8988b59

Please sign in to comment.