diff --git a/.github/workflows/custom-action.yml b/.github/workflows/custom-action.yml index 7a87b53f1..c58e1115a 100644 --- a/.github/workflows/custom-action.yml +++ b/.github/workflows/custom-action.yml @@ -1,15 +1,14 @@ -on: [push] - -jobs: - my-job: - runs-on: ubuntu-latest - name: A job to say hello - steps: - - name: Hello world action step - id: hello - uses: omenking/barsoom@0.0.6 - with: - name: 'Brown' - # Use the output from the `hello` step - - name: Get the Output +on: [push] + +jobs: + my_job: + runs-on: ubuntu-latest + name: A job for hello + steps: + - name: Hello World action steps try + id: hello + uses: Roizz-soul/barsoom@0.04 + with: + name: 'Brown' + - name: Get the output run: echo "The time was ${{ steps.hello.outputs.greeting }}" \ No newline at end of file diff --git a/github-actions/Readme.me b/github-actions/Readme.me index 9be613aad..e39db80aa 100644 --- a/github-actions/Readme.me +++ b/github-actions/Readme.me @@ -13,4 +13,5 @@ curl -X POST \ -H "Authorization: token {PAT} \ -d '{"event_type": "webhook", "client_payload": {"key": "value"} }' \ https://api.github.com/repos/{owner}/{repo}/dispatches -``` \ No newline at end of file +``` +Check \ No newline at end of file diff --git a/github-actions/data b/github-actions/data new file mode 100644 index 000000000..1bea4a2ee --- /dev/null +++ b/github-actions/data @@ -0,0 +1 @@ +SGVsbG8gTWFycw== \ No newline at end of file