Skip to content

Commit

Permalink
Remove ad-m/github-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanemerson committed Oct 7, 2024
1 parent fa74909 commit 8e09310
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/add_operand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
with:
ref: ${{ inputs.ref }}
repository: ${{ inputs.repository }}
token: ${{ secrets.INFINISPAN_RELEASE_TOKEN }}

- name: Determine Upstream Version
run: |
Expand All @@ -66,16 +67,10 @@ jobs:
IMAGE: ${{ inputs.image }}
VERSION: ${{ env.VERSION }}

- name: Commit changes and create tag
- name: Commit changes and push to repository
run: |
git config user.email "[email protected]"
git config user.name "Infinispan"
git add config/manager/manager.yaml documentation/asciidoc/topics/attributes/community-attributes.adoc documentation/asciidoc/topics/supported_operands/
git commit -m "Add Operand ${{ env.VERSION }}"
- name: Push Git changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.INFINISPAN_RELEASE_TOKEN }}
branch: ${{ inputs.ref }}
repository: ${{ inputs.repository }}
git push

0 comments on commit 8e09310

Please sign in to comment.