Skip to content

Commit d07824e

Browse files
authored
Merge branch 'main' into all-contributors/add-CodemenschenAndroid
2 parents 66bd535 + 1475780 commit d07824e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,15 @@
7878
"contributions": [
7979
"bug"
8080
]
81+
},
82+
{
83+
"login": "awesomund",
84+
"name": "Osmund Maheswaran",
85+
"avatar_url": "https://avatars.githubusercontent.com/u/5211642?v=4",
86+
"profile": "https://github.com/awesomund",
87+
"contributions": [
88+
"bug"
89+
]
8190
}
8291
],
8392
"contributorsPerLine": 7,

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ The Action has an output variable named filePath that you can use as this file i
3333
with:
3434
filelocation: ${{ steps.write_file.outputs.filePath }}
3535
```
36+
37+
### Using this in a reusable workflow
38+
As a special note, when using reusable workflows, repository secrets do not naturally 'flow' through to the workflow. So if your `encodedString` value is a repository secret and you expect this to work when this action is used in a reusable workflow, you need to specify the `secrets: inherit` value in that situation and put that where you are reusing this workflow.
39+
3640
## Building this repo
3741
After making modifications to the source index.js file, to properly package the change you need to run
3842

@@ -62,6 +66,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
6266
</tr>
6367
<tr>
6468
<td align="center"><a href="https://github.com/CodemenschenAndroid"><img src="https://avatars.githubusercontent.com/u/60087122?v=4?s=100" width="100px;" alt="Codemenschen Android"/><br /><sub><b>Codemenschen Android</b></sub></a><br /><a href="https://github.com/timheuer/base64-to-file/issues?q=author%3ACodemenschenAndroid" title="Bug reports">🐛</a></td>
69+
<td align="center"><a href="https://github.com/awesomund"><img src="https://avatars.githubusercontent.com/u/5211642?v=4?s=100" width="100px;" alt="Osmund Maheswaran"/><br /><sub><b>Osmund Maheswaran</b></sub></a><br /><a href="https://github.com/timheuer/base64-to-file/issues?q=author%3Aawesomund" title="Bug reports">🐛</a></td>
6570
</tr>
6671
</tbody>
6772
</table>

0 commit comments

Comments
 (0)