Manage changes using the Git node — n8n ワークフロー
概要
This workflow allows you to add, commit, and push changes to a git repository.
Git node: This node will add the README.md file to the staging area. If you want to add a different file, enter the path of that file instead.
Git1 node: This node will commit all the changes that were added to the staging area by the previous node.
Git2 node: This node will return the commit logs of your repository.
Git3 node: This node will push the changes to a cloud repository.
使用ノード
On clicking 'execute'Git3
ワークフロープレビュー
⚡
O
On clicking 'execute'
G
Git
G
Git1
G
Git2
G
Git3
5 nodes4 edges
仕組み
- 1
トリガー
このワークフローは トリガー トリガーで開始します。
- 2
処理
データは 5 個のノードを流れます, connecting git, manualtrigger。
- 3
出力
ワークフローは自動化を完了し、設定された宛先に結果を配信します。
ノード詳細 (5)
ON#1
On clicking 'execute'
manualTrigger
GI#2
Git3
git
このワークフローのインポート方法
- 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
- 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
- 3ダウンロードした
manage-changes-using-the-git-nodeファイルを選択し、インポートをクリックします。 - 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
- 5ワークフローをテスト をクリックして動作確認し、有効化します。
またはn8nの JSONからインポート に直接貼り付け:
{ "name": "Manage changes using the Git node", "nodes": [...], ...}
インテグレーション
gitmanualtrigger
作成者
Harshil Agrawal
@harshil1712
タグ
gitmanualtrigger