Skip to content

Commit

Permalink
docs: fix action inputs using steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed Mar 25, 2024
1 parent a3ae5a4 commit e5fe81c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Get a [**GitHub** App][github-app]'s email and username, from a [**GitHub** Acti

[![Renovate](https://img.shields.io/badge/Renovate-enabled-brightgreen?logo=renovatebot&logoColor=&style=flat-square)](https://renovatebot.com)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079?style=flat-square)](https://github.com/semantic-release/semantic-release)
[![Code coverage](https://img.shields.io/codecov/c/githubvidavidorra/github-action-app-user?logo=codecov&style=flat-square)](https://codecov.io/gh/vidavidorra/github-action-app-user)
[![License](https://img.shields.io/github/licensevidavidorra/github-action-app-user?style=flat-square)](LICENSE.md)
[![Code coverage](https://img.shields.io/codecov/c/github/vidavidorra/github-action-app-user?logo=codecov&style=flat-square)](https://codecov.io/gh/vidavidorra/github-action-app-user)
[![License](https://img.shields.io/github/license/vidavidorra/github-action-app-user?style=flat-square)](LICENSE.md)

- [Usage](#usage)
- [Contributing](#contributing)
Expand Down Expand Up @@ -39,8 +39,8 @@ jobs:
- uses: vidavidorra/github-action-app-user
id: app-user
with:
token: ${{ app-token.outputs.token }}
slug: ${{ app-token.outputs.app-slug }}
token: ${{ steps.app-token.outputs.token }}
slug: ${{ steps.app-token.outputs.app-slug }}
- name: Release
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
Expand Down

0 comments on commit e5fe81c

Please sign in to comment.