Files
push-adyen-collections-to-p…/.github/workflows/sampletest.yml
Julien Lengrand-Lambert 0aeb749bdf Id in right place
2023-02-13 14:29:13 +01:00

17 lines
517 B
YAML

name: Sample Test for action
on: [push]
jobs:
sample_test_job:
runs-on: ubuntu-latest
name: A job to test the action in the repo
steps:
- name: push-adyen-collections-to-postman-javascript-action
id: hello
uses: jlengrand/push-adyen-collections-to-postman-javascript-action@v0.1
with:
who-to-greet: 'Mona the Octocat'
# Use the output from the `hello` step
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"