Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed excessive processing on the fork helper job #6504

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

SelfhostedPro
Copy link

Description

You can get the event details directly from the github action environment and also just pass the secret directly into the step.

Removed excess steps/processing to simplify the action.

https://docs.github.com/en/actions/learn-github-actions/contexts#github-context

How Has This Been Tested?

I have tested and used this in my repo here

Checklist:

I can add additional comments if needed but I don't believe they are.

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings

You can get the event details directly from the github action environment and also just pass the secret directly into the step.

Removed excess steps/processing to simplify the action.

https://docs.github.com/en/actions/learn-github-actions/contexts#github-context
@github-actions github-actions bot added size/small PR with less then 50 lines Action scripts GitHub Action scripts labels Apr 19, 2024
@igorpecovnik
Copy link
Member

@hacker-cb @adeepn you are using this ?

@adeepn
Copy link
Member

adeepn commented Apr 29, 2024

@hacker-cb @adeepn you are using this ?

at this moment no

@igorpecovnik igorpecovnik added the 08 Milestone: Third quarter release label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
08 Milestone: Third quarter release Action scripts GitHub Action scripts size/small PR with less then 50 lines
Development

Successfully merging this pull request may close these issues.

None yet

3 participants