Skip to content

Commit

Permalink
⬆️ Bump version number and date
Browse files Browse the repository at this point in the history
  • Loading branch information
S0AndS0 committed Mar 19, 2023
1 parent 1baa60d commit 9fd0080
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
branch: pr-pages

- name: Initialize Pull Request
uses: gha-utilities/init-pull-request@v0.3.3
uses: gha-utilities/init-pull-request@v0.4.0
with:
verbose: true
pull_request_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -143,7 +143,7 @@ According to OctoKit documentation for [`octokit.pulls.create`](https://octokit.

```YAML
- name: Initialize Pull Request
uses: gha-utilities/init-pull-request@v0.3.3
uses: gha-utilities/init-pull-request@v0.4.0
with:
verbose: true
pull_request_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -164,7 +164,7 @@ To assign a different repository modify the `GITHUB_REPOSITORY` environment vari

```YAML
- name: Initialize Pull Request
uses: gha-utilities/init-pull-request@v0.3.3
uses: gha-utilities/init-pull-request@v0.4.0
env:
GITHUB_REPOSITORY: maintainer/repo-name
with:
Expand All @@ -187,7 +187,7 @@ Inputs marked _`[Experimental]`_ within `action.yaml` file (such as `maintainer_

```YAML
- name: Initialize Pull Request
uses: gha-utilities/init-pull-request@v0.3.3
uses: gha-utilities/init-pull-request@v0.4.0
env:
GITHUB_REPOSITORY: maintainer/repo-name
with:
Expand Down Expand Up @@ -263,7 +263,7 @@ Legal bits of Open Source software. Note the following license does **not** nece

```
Initialize Pull Request GitHub Actions documentation
Copyright (C) 2019 S0AndS0
Copyright (C) 2023 S0AndS0

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
Expand Down

0 comments on commit 9fd0080

Please sign in to comment.