-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2fd754
commit 9d73f64
Showing
16 changed files
with
53 additions
and
236 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.5:i-02d38e912de59075a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"dummy","version":"0","provider":"aws","directory":"boxes/dummy/0/aws"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
501 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
i-02d38e912de59075a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
57a151f954ac431594291d457ce7122a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/Users/terragootman/git/opinion-ansible/testing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.