Skip to content

Bump swedbank-pay-design-guide-jekyll-theme from 2.1.11 to 2.1.15 in /tests/full #376

Bump swedbank-pay-design-guide-jekyll-theme from 2.1.11 to 2.1.15 in /tests/full

Bump swedbank-pay-design-guide-jekyll-theme from 2.1.11 to 2.1.15 in /tests/full #376

Workflow file for this run

name: amend
on:
issue_comment:
types: [created]
jobs:
amend:
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/amend')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: amend
env:
GITHUB_TOKEN: ${{ secrets.PUBLIC_REPO_TOKEN }}
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: .github/scripts/amend.sh --user payex-dev --verbose