Manage changes using the Git node — n8n ワークフロー

複雑度 トリガー5個のノード💎 Other👁 1,241回閲覧作成者:Harshil Agrawal

概要

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. 1

    トリガー

    このワークフローは トリガー トリガーで開始します。

  2. 2

    処理

    データは 5 個のノードを流れます, connecting git, manualtrigger。

  3. 3

    出力

    ワークフローは自動化を完了し、設定された宛先に結果を配信します。

ノード詳細 (5)

ON

On clicking 'execute'

manualTrigger

#1
GI

Git3

git

#2

このワークフローのインポート方法

  1. 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
  2. 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
  3. 3ダウンロードした manage-changes-using-the-git-node ファイルを選択し、インポートをクリックします。
  4. 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
  5. 5ワークフローをテスト をクリックして動作確認し、有効化します。

またはn8nの JSONからインポート に直接貼り付け:

{ "name": "Manage changes using the Git node", "nodes": [...], ...}

インテグレーション

gitmanualtrigger

このワークフローを取得

ワンクリックでダウンロード&インポート

JSONをダウンロードn8n.ioで見る
ノード5
複雑度low
トリガーtrigger
閲覧数1,241
カテゴリOther

作成者

Harshil Agrawal

Harshil Agrawal

@harshil1712

タグ

gitmanualtrigger

n8n初めてですか?

n8nは無料のオープンソースワークフロー自動化ツールです。セルフホストまたはクラウド版をご利用いただけます。

n8nを無料で始める →