Skip to content

Commit

Permalink
auto pr
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Sep 24, 2021
1 parent be7ba49 commit 6e2ae17
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,36 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
push: true
tags: m4dm4rtig4n/enedisgateway2mqtt:${{ steps.extract_branch.outputs.branch }}
tags: m4dm4rtig4n/enedisgateway2mqtt:${{ steps.extract_branch.outputs.branch }}

- name: Make changes to pull request
run: date +%s > report.txt

- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update report
committer: GitHub <noreply@github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: true
branch: master
delete-branch: false
title: '[Docker] build master'
body: |
Update report
- Updated with *today's* date
- Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
labels: |
report
automated pr
assignees: m4dm4rtig4n
reviewers: m4dm4rtig4n
team-reviewers: |
owners
maintainers
milestone: 1
draft: false

0 comments on commit 6e2ae17

Please sign in to comment.