ci: test rename action more

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-07-26 11:01:57 +02:00
parent d645965a33
commit 7316f126de
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@ jobs:
steps:
- run: |
set -xe
echo "${{ github.event.sender.login }}"
echo "${{ github.event.pull_request.user.login }}"
echo "${{ github.event.sender }}"
rename_pr:
runs-on: ubuntu-latest
if: ${{ github.event.sender.login == 'transifex-integration[bot]'}}
if: ${{ github.event.pull_request.user.login == 'transifex-integration[bot]'}}
steps:
- id: generate_token
uses: tibdex/github-app-token@v1