Skip to content

Commit

Permalink
Merge pull request #31 from opencost/atm/restructure-testharness
Browse files Browse the repository at this point in the history
try new workflow
  • Loading branch information
ameijer authored Oct 3, 2024
2 parents 8fdf92a + d9672ef commit ca198ef
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions .github/workflows/update-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,28 @@ jobs:
echo "manifest contents:"
cat manifest
- uses: EndBug/add-and-commit@v9
name: commit updated manifest file
# - uses: EndBug/add-and-commit@v9
# name: commit updated manifest file
# with:
# add: 'manifest'
# commit: --signoff
# message: 'update manifest'
# author_name: 'cliffcolvin'
# github_token:
- name: Commit changes
run: |
git config --local user.email "[email protected]"
git config --local user.name "cliffcolvin"
git add manifest
git commit -m "update manifest"
- name: Push chart to repo
uses: ad-m/github-push-action@master
with:
add: 'manifest'
commit: --signoff
message: 'update manifest'
author_name: 'opencost-plugin-bot'
github_token: ${{ secrets.GH_PAT }}
github_token: ${{ secrets.GH_PAT }}
directory: .
repository: opencost/opencost-plugins
branch: main



Expand Down

0 comments on commit ca198ef

Please sign in to comment.