Skip to content

Conversation

@jcs090218
Copy link
Member

No description provided.

jackton1 and others added 30 commits June 14, 2022 14:26
This has been resolved in the [checkout](actions/checkout#770) action and would already be set by default.
* Add deploy key functionality
* Update the documentation
Update github_token and github_url to handle it as optional parameter
Since time elapses between the checkout the github workflow performs and the eventual push this action invokes the remote HEAD may have changed. If this is the case the HEAD update will be rejected but any tag (and their commits) will be pushed.

In general I think this operation should be atomic, either we push everything or we push nothing.

Force pushes still work the way you would expect (i.e. if we force the HEAD update with --atomic everything is still pushed)

This also protects from the situation where someone else has seized your tag name in the meantime but not updated your HEAD.

See git docs for more information - https://git-scm.com/docs/git-push#Documentation/git-push.txt---no-atomic
chore: remove redundant safe.directory configuration
Use node16 to run the action
* doc: Update the documentation and the push process
* fix: Remove the user
* doc: Adjust the documentation
* fix: Add empty line at the end of the file
*doc: Adjust the documentation
*fix: Add empty line at the end of the file
Compatible with repository addresses using http protocol.
* Compatible with repository addresses using http protocol.

https protocol is used by default.
For special needs,  can set the URL to http:// or be compatible.

* Fixed exit-code error

in catch, the exit code should be fixed to-1
docs: Adjust the GitHub App Token documentation
ZPascal and others added 7 commits January 15, 2024 08:13
* docs: Adjust the initial git write access documentation
* docs: Adjust the workflow scoped token permission documentation
Co-authored-by: Tonye Jack <jtonye@ymail.com>
---------

Co-authored-by: Tonye Jack <jtonye@ymail.com>
* fix: Update the documentation and remove the unsafe directory functionality
* docs: Adjust the used checkout version

Co-authored-by: Tonye Jack <jtonye@ymail.com>

---------

Co-authored-by: Tonye Jack <jtonye@ymail.com>
* feat: Update the release process
* feat: Update the GH action checkout version
* feat: Adjust the start.sh and add .gitignore
* docs: Update the documentation
* feat: Add only push tags support
docs: Adjust the Token handling documentation

Co-authored-by: Pascal Zimmermann <pascal.zimmermann@theiotstudio.com>

---------

Co-authored-by: Pascal Zimmermann <pascal.zimmermann@theiotstudio.com>
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

Successfully merging this pull request may close these issues.

9 participants