Eduardo Valdes
Eduardo Valdes
This external repo is now inserted in the file structure at: **.github/actions/action-connect-ovpn** in the **importing-gha** branch.
```console env.CA_CRT env.USER_CRT env.USER_KEY ``` ```console inputs.FILE_OVPN inputs.PING_URL inputs.SECRET inputs.TLS_KEY ``` ```console secrets.CA_CRT secrets.PING_URL secrets.SECRET_USERNAME_PASSWORD secrets.TLS_KEY secrets.USER_CRT secrets.USER_KEY ``` ```console steps.connect_vpn.outputs.STATUS steps.vpn_status.outputs.vpn-status ```
``` console devops: prime-reportstream (importing-gha *$%=) $ git status ; On branch importing-gha Your branch is up to date with 'origin/importing-gha'. Changes not staged for commit: (use "git add/rm ..."...
``` console devops: prime-reportstream (importing-gha +$=) $ git add . && git commit -m "Customizing this GitHub Action as an internal feature" ; [importing-gha 80e3ee762] Customizing this GitHub Action as...
``` console devops: prime-reportstream (importing-gha $>) $ git push ; Enumerating objects: 15, done. Counting objects: 100% (15/15), done. Delta compression using up to 16 threads Compressing objects: 100% (9/9),...
This external repo is now inserted in the file structure at: **.github/actions/reliable-pull-request-action** in the **importing-gha** branch.
```console github.action_path github.actor github.ref_name github.ref_name. ``` ```console inputs.assignees inputs.body inputs.labels inputs.sourceBranch inputs.targetBranch inputs.title ``` ```console matrix.os ``` ```console secrets.GITHUB_TOKEN ``` ```console steps.create_pr.outputs.PRURL steps.create_pr.outputs.PR_URL ```
This GitHub Action (targeted to be imported as a remote/external) is no longer in consideration until we can further evaluate if they are worth the effort to be imported at...
devops: prime-reportstream (importing-gha %) $ git add .github/actions/terraform-stats ; devops: prime-reportstream (importing-gha +) $ git commit -m "Importing JosiahSiegel's terraform-stats GitHub Action" ; [importing-gha 9fc1cfb6b] Importing JosiahSiegel's terraform-stats GitHub Action...
This external repo is now inserted in the file structure at: **.github/actions/terraform-stats** in the **importing-gha** branch.