File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,21 +7,25 @@ inputs:
77 secret_input :
88 description : " OpenFN API KEY"
99 required : true
10+ config_path_input :
11+ description : " OpenFN Path to Config"
12+ required : true
1013runs :
1114 using : " composite"
1215 steps :
1316 - name : Checkout Project export
14- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1518 - name : Set up Node
1619 uses : actions/setup-node@v3
1720 with :
1821 node-version : 18.x
1922 - run : |
2023 npm install -g @openfn/cli
21- openfn deploy -c config.json --no-confirm
24+ openfn deploy -c $OPENFN_CONFIG_PATH --no-confirm
2225 shell: bash
2326 env:
2427 OPENFN_API_KEY: ${{ inputs.secret_input }}
28+ OPENFN_CONFIG_PATH: ${{ inputs.config_path_input }}
2529 - name : Commit updated state file
2630 uses : stefanzweifel/git-auto-commit-action@v4
2731 with :
You can’t perform that action at this time.
0 commit comments