Skip to content

Commit

Permalink
fix: Update generate_certificate.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentLvr authored Jul 3, 2024
1 parent 1ed2b45 commit c2dd152
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate_certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Show request result
run: |
echo ${{ fromJson(steps.webhook.outputs.output).data.bio }}
echo ${{ fromJson(steps.webhook.outputs.output).bio }}
- name: Create Temporary Output folder
run: |
Expand All @@ -38,14 +38,14 @@ jobs:
- name: Get required variables And run script
env:
pr_name: ${{ github.event.pull_request.title }}
org_profile_url: ${{ fromJson(steps.webhook.outputs.output).data.html_url }}
org_profile_url: ${{ fromJson(steps.webhook.outputs.output).html_url }}
repo_name: ${{ github.event.repository.name }}
contributor_name: ${{ github.event.pull_request.user.login }}
issue_title: ${{ github.event.pull_request.head.ref }}
issue_number: ${{ github.event.pull_request.number }}
date: ${{ github.event.pull_request.created_at }}
logo_url: ${{ fromJson(steps.webhook.outputs.output).data.avatar_url }}
org_bio: ${{ fromJson(steps.webhook.outputs.output).data.bio }}
logo_url: ${{ fromJson(steps.webhook.outputs.output).avatar_url }}
org_bio: ${{ fromJson(steps.webhook.outputs.output).bio }}

run: |
pip install bs4
Expand Down

0 comments on commit c2dd152

Please sign in to comment.