Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add a working branch with latest improvements#1720

sc0w started this conversation inIdeas
Discussion options

If I use the default branchdev it fails:

Run JamesIves/github-pages-deploy-action@devError: File not found: '/home/runner/work/_actions/JamesIves/github-pages-deploy-action/dev/lib/main.js'

I think maybe this is the expected behavior, but I would like to use always the same branch with latest improvements, maybe is possible to add new branch which always works? maybe with the namelatest ?

You must be logged in to vote

Replies: 2 comments 3 replies

Comment options

The release cycle for this project is super tight, often times when a change is made todev it very shortly after that gets moved to the next release (with the exception of some Dependabot updates). Pointing to a dev could branch have some negative side effects for you as if a bug is merged it means your workflows will automatically inherit it without any change from you.

In my opinion, it's best to point to a specific tagged version, but if youreally want cutting edge releases, you can point to the@releases/v4 branch.

You must be logged in to vote
0 replies
Comment options

the question here is to avoid to edit again and again when new release is done, maybe latest release can have the same tag?latest for example?

You must be logged in to vote
3 replies
@JamesIves
Comment options

You can use eitherJamesIves/github-pages-deploy-action@v4 for that (the major version tag is always updated with the latest change post-release), or leverage Dependabot to keep things updated.

@sc0w
Comment options

is not possible to addlib folder todev branch?

@JamesIves
Comment options

It's possible, but not something I'll be investing time in right now.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Ideas
Labels
None yet
2 participants
@sc0w@JamesIves

[8]ページ先頭

©2009-2025 Movatter.jp