Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzakaracic committed Dec 12, 2024
1 parent 54f9365 commit b906d9f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/actions/fast-forward-merge/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,18 @@ runs:
ref: ${{ inputs.base-branch }}
token: ${{ inputs.git-bot-token }}

- name: Debug stuff
shell: bash
run: |
git remote -vvv
- name: Fast forward
shell: bash
run: git merge --ff-only ${{ inputs.ref-to-merge }}

- name: Add tagging message
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Promote to prod [skip ci]"
commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
tagging_message: Promote to PROD
branch: ${{ inputs.base-branch }}

- name: Upload changes to remote head branch
shell: bash
run: git push

0 comments on commit b906d9f

Please sign in to comment.