Skip to content

Commit

Permalink
build: simplify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Apr 19, 2024
1 parent ec0e7f7 commit f005810
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/data-refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,13 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Automated dataset refresh"
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
signoff: false
commit-message: |
Automated dataset refresh
branch: automated/volume-updates
delete-branch: true
title: "Radar Volumes Refresh"
body: |
Refresh technology radar datasets from latest sources.
Refresh technology radar datasets from latest sources.
labels: |
data-refresh
data-refresh
reviewers: setchy

0 comments on commit f005810

Please sign in to comment.