Skip to content

Commit

Permalink
chore: released v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilmhdh committed Nov 8, 2021
1 parent 11e3109 commit f0ff0e5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected].1
uses: akhilmhdh/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -41,7 +41,7 @@ That's it!
To add it to your to your existing workflow, append this to your current `.yml` workflow script.

```yml
- uses: akhilmhdh/[email protected].1
- uses: akhilmhdh/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down Expand Up @@ -122,7 +122,7 @@ You can add these optional parameters in your action script to modify the appear

```yml
- name: Contribute List
uses: akhilmhdh/[email protected].1
uses: akhilmhdh/[email protected].2
with:
image_size: 100
```
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8981,7 +8981,7 @@ async function run() {
head: branchNameForPR,
title: prTitle
});
(0,core.setOutput)('pr_id', prDetails.data.id);
(0,core.setOutput)('pr_id', prDetails.data.number);
} else {
await src_octokit.rest.repos.createOrUpdateFileContents({
owner,
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contribution-automation-action",
"version": "2.3.1",
"version": "2.3.2",
"description": "A github action to automate contributors section of a readme",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f0ff0e5

Please sign in to comment.