Skip to content

Commit

Permalink
fix suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
diceroll123 committed Feb 11, 2024
1 parent 4e4094b commit a4ac342
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update_logit_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,15 @@ jobs:
cd automation/
docker build -t nfc_values .
docker compose up
sudo chown -R $USER:$USER .
- name: Commit and PR changes
# success() ensures the previous job succeeds
if: ${{ success() }}
uses: peter-evans/create-pull-request@v6
with:
add-paths: |
automation/**
commit-message: "Autogenerated commit for logit update"
body: |
Update logit with latest data.
branch: update/logit
branch-suffix: logit
title: "[Automated] Update logit values"

0 comments on commit a4ac342

Please sign in to comment.