Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This action supports three tag levels for flexible versioning:
## 📖 API Reference
```yaml
- name: Run the Action
uses: devops-infra/[email protected].1
uses: devops-infra/[email protected].2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_branch: development
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
uses: actions/checkout@v5

- name: Create pull request
uses: devops-infra/[email protected].1
uses: devops-infra/[email protected].2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
title: Automatic pull request
Expand All @@ -159,7 +159,7 @@ jobs:

- name: Run the Action
if: startsWith(github.ref, 'refs/heads/feature')
uses: devops-infra/[email protected].1
uses: devops-infra/[email protected].2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
title: ${{ github.event.commits[0].message }}
Expand All @@ -185,7 +185,7 @@ jobs:
steps:
- uses: actions/checkout@v5

- uses: devops-infra/[email protected].1
- uses: devops-infra/[email protected].2
id: Pin patch version

- uses: devops-infra/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ outputs:
description: Pull request number
runs:
using: docker
image: docker://devopsinfra/action-pull-request:v1.0.1
image: docker://devopsinfra/action-pull-request:v1.0.2
env:
GITHUB_TOKEN: ${{ inputs.github_token }}
branding:
Expand Down