Skip to content

Use differen branch for keepalive workflow #25

Answered by bgctw
koppor asked this question in Q&A
Discussion options

You must be logged in to vote

The following should work with a branch other than main.
Although, I need to wait 50 days to see if the commit really works on the different branch.

After creating branch keepalive in the repo, I added the following lines at the end of my CompatHelper.yml action:

- uses: actions/checkout@v2
        with:
          ref: 'keepalive'      # The branch, tag or SHA to checkout. 
- uses: gautamkrishnar/keepalive-workflow@v1

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@gautamkrishnar
Comment options

Answer selected by gautamkrishnar
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
3 participants
Converted from issue

This discussion was converted from issue #18 on February 20, 2024 15:26.