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

Action executing uninterrupted #3

Closed
yurijserrano opened this issue Sep 18, 2020 · 7 comments
Closed

Action executing uninterrupted #3

yurijserrano opened this issue Sep 18, 2020 · 7 comments

Comments

@yurijserrano
Copy link

The action had to be executed only when there was a push, but it is being executed uninterruptedly (without any push being made), as can be seen below:

action02

I checked the documentation but there is nothing about it.

Have a nice day.

@umutphp
Copy link
Owner

umutphp commented Sep 26, 2020

Hi @yurijserrano ,

I am sorry for late response :(. Can you please also share the YML file of the action in your repository which causes the uninterrupted actions?

@yurijserrano
Copy link
Author

No problem @umutphp

I've used the YML below:

on: [push]


jobs:
  gadpp_job:
    runs-on: ubuntu-latest
    name: Update GitHub Profile Page
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: GADPP
        uses: umutphp/github-action-dynamic-profile-page@v2
        id: gadpp
        env:
          API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        with:
          github-username: 'yurijserrano'
          user-email: 'yurijserrano@gmail.com'

What I felt strange was that in the repository itself regarding your Github README profile you did not include this setting as you can see right below:

case01

I am waiting to hear from you.

Have a nice day.

@umutphp
Copy link
Owner

umutphp commented Sep 27, 2020

Hi @yurijserrano ,

I think I got your point. You do not need to add this action to your profile repository (username/username repository). You need to add this action to the other repositories that you want to link with your profile repository.

This action will add your commits on the other repositories to your profile repository.

@yurijserrano
Copy link
Author

I've suspected this and now you confirmed.

So I think that you need to change the Usage section below give the impression that the gadd.yml needs to be included in the gadpp.yml.

Below you can see the section that I think would be good to change:

case02

I will finish some projects and after this, I will test this approach and solving the problem I will close the issue.

Once more, thank you so much for your attention and support.

Have a nice day.

@umutphp
Copy link
Owner

umutphp commented Sep 27, 2020

Thank you @yurijserrano ,

I will update the section and ping you.

Many thanks :)

@umutphp
Copy link
Owner

umutphp commented Sep 27, 2020

Hi @yurijserrano ,

I have just made the necessary updates. Can you please review?

@yurijserrano
Copy link
Author

Sorry for the delay @umutphp

The updates are really fine and the action it's working smoothly now.

Thank you so much for your attention and help.

Have a nice week

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants