Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
xXkoshmarikXx committed Aug 27, 2024
1 parent e2fd754 commit 9d73f64
Show file tree
Hide file tree
Showing 16 changed files with 53 additions and 236 deletions.
17 changes: 13 additions & 4 deletions .github/actions/testing-action/action.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
name: "Echo Greeting Action"
description: "A simple action that echoes a greeting message."
# .github/actions/print-message/action.yml
name: "Print Message Action"
description: "A simple action to print a message and greet a person."
inputs:
name:
description: "The name of the person to greet"
required: true
default: "World"
message:
description: "A custom message to print"
required: true

runs:
using: "composite" # Allows you to define a sequence of shell commands
using: "composite"
steps:
- name: Echo the greeting
shell: bash
run: |
echo "Hello, ${{ inputs.name }}!"
echo "Hello, ${{ inputs.name }}!"
- name: Print the custom message
shell: bash
run: |
echo "Message: ${{ inputs.message }}"
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,21 @@ jobs:
uses: ./.github/actions/testing-action
with:
name: 'koshmarik'

# Job to call the composite action
call-composite-action:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Run composite action
uses: ./.github/actions/print-message
with:
message: "Hello from composite action!"

# Job to call the reusable workflow
call-reusable-workflow:
uses: ./.github/workflows/reusable-workflow.yml
with:
message: "Hello from reusable workflow!"
Empty file.
9 changes: 0 additions & 9 deletions .gitignore

This file was deleted.

1 change: 1 addition & 0 deletions .vagrant/bundler/global.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"dependencies":[["aws-eventstream",["~> 1",">= 1.0.2"]],["aws-sigv4",["~> 1.0"]],["jmespath",["~> 1.0"]],["aws-sdk-core",["= 2.11.632"]],["aws-sdk-resources",["= 2.11.632"]],["aws-sdk",["= 2.11.632"]],["iniparse",["~> 1.4",">= 1.4.2"]],["webrick",[">= 0"]],["xmlrpc",[">= 0"]],["formatador",["~> 0.2"]],["excon",["~> 0.58"]],["builder",[">= 0"]],["fog-core",["~> 1.45"]],["racc",["~> 1.4"]],["nokogiri",[">= 1.5.11","< 2.0.0"]],["fog-xml",["~> 0.1.1"]],["fog-xenserver",[">= 0"]],["optimist",["~> 3.0"]],["json",["~> 2.0"]],["rbvmomi2",["~> 3.0"]],["fog-vsphere",[">= 0.4.0"]],["fog-voxel",[">= 0"]],["CFPropertyList",["~> 2.2"]],["fission",[">= 0"]],["fog-vmfusion",[">= 0"]],["fog-terremark",[">= 0"]],["multi_json",["~> 1.10"]],["fog-json",[">= 0"]],["fog-storm_on_demand",[">= 0"]],["fog-softlayer",[">= 0"]],["fog-serverlove",[">= 0"]],["fog-sakuracloud",[">= 0.0.4"]],["fog-riakcs",[">= 0"]],["fog-radosgw",[">= 0.0.2"]],["ipaddress",["~> 0.5"]],["fog-rackspace",[">= 0"]],["fog-profitbricks",[">= 0"]],["fog-powerdns",[">= 0.1.1"]],["ovirt-engine-sdk",[">= 4.3.1"]],["bigdecimal",[">= 0"]],["mutex_m",[">= 0"]],["ruby2_keywords",[">= 0"]],["drb",[">= 0"]],["base64",[">= 0"]],["minitest",[">= 5.1"]],["connection_pool",[">= 2.2.5"]],["concurrent-ruby",["~> 1.0",">= 1.0.2"]],["tzinfo",["~> 2.0"]],["i18n",[">= 1.6","< 2"]],["activesupport",[">= 0"]],["fog-ovirt",[">= 0"]],["fog-openstack",[">= 0"]],["fog-local",[">= 0"]],["fog-joyent",[">= 0"]],["fog-internet-archive",[">= 0"]],["fog-google",["<= 0.1.0"]],["fog-ecloud",["~> 0.1"]],["fog-dynect",["~> 0.0.2"]],["fog-dnsimple",["~> 1.0"]],["fog-digitalocean",[">= 0.3.0"]],["fog-cloudatcost",["~> 0.1.0"]],["mime-types-data",["~> 3.2015"]],["mime-types",[">= 0"]],["dry-inflector",[">= 0"]],["fog-brightbox",["~> 0.4"]],["fog-aws",[">= 0.6.0"]],["fog-atmos",[">= 0"]],["rexml",[">= 0"]],["xml-simple",["~> 1.1"]],["netrc",["~> 0.8"]],["domain_name",["~> 0.5"]],["http-cookie",[">= 1.0.2","< 2.0"]],["http-accept",[">= 1.7.0","< 2.0"]],["rest-client",["~> 2.0"]],["aliyun-sdk",["~> 0.8.0"]],["public_suffix",[">= 2.0.2","< 6.0"]],["addressable",["~> 2.8.0"]],["fog-aliyun",[">= 0.1.0"]],["fog",["~> 1.22"]],["vagrant-aws",["= 0.7.2"]],["vagrant-aws-credentials",["= 0.1.4"]]],"checksum":"6fa2d676c1f666f0e38c9f3fdf5e1de86ecf5e6fcb32f39b55191baf9c2dd63c","vagrant_version":"2.4.1"}
1 change: 1 addition & 0 deletions .vagrant/machines/default/aws/action_provision
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.5:i-02d38e912de59075a
1 change: 1 addition & 0 deletions .vagrant/machines/default/aws/box_meta
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"dummy","version":"0","provider":"aws","directory":"boxes/dummy/0/aws"}
1 change: 1 addition & 0 deletions .vagrant/machines/default/aws/creator_uid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
501
1 change: 1 addition & 0 deletions .vagrant/machines/default/aws/id
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
i-02d38e912de59075a
1 change: 1 addition & 0 deletions .vagrant/machines/default/aws/index_uuid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
57a151f954ac431594291d457ce7122a
1 change: 1 addition & 0 deletions .vagrant/machines/default/aws/synced_folders
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"rsync":{"/vagrant":{"guestpath":"/vagrant","hostpath":"/Users/terragootman/git/opinion-ansible/testing","disabled":false,"__vagrantfile":true,"owner":"ec2-user","group":"ec2-user"}}}
1 change: 1 addition & 0 deletions .vagrant/machines/default/aws/vagrant_cwd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/Users/terragootman/git/opinion-ansible/testing
12 changes: 12 additions & 0 deletions .vagrant/rgloader/loader.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1

# This file loads the proper rgloader/loader.rb file that comes packaged
# with Vagrant so that encoded files can properly run with Vagrant.

if ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"]
require File.expand_path(
"rgloader/loader", ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"])
else
raise "Encoded files can't be read outside of the Vagrant installer."
end
163 changes: 0 additions & 163 deletions parameters_accepts.sh

This file was deleted.

2 changes: 2 additions & 0 deletions parameters_exist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ echo "Playbook Base URL: $PLAYBOOK_BASE_URL"
PLAYBOOK_NAME="ansible-openvpn"
echo "playbook_name: $PLAYBOOK_NAME"

PLAYBOOK_VERSION="latest"

VAULT_PASSWORD="123123"

bash parameters_accepts.sh --get_pip_url "$GET_PIP_URL" --playbook_name "$PLAYBOOK_NAME" --playbook_base_url "$PLAYBOOK_BASE_URL" -r "$REGION" --account_id "$ACCOUNT_ID" --topic_name "$TOPIC_NAME" --vault_password $VAULT_PASSWORD
60 changes: 0 additions & 60 deletions parameters_find.sh

This file was deleted.

0 comments on commit 9d73f64

Please sign in to comment.