diff options
author | Manuel Palenzuela Merino <manuel.palenzuela@datadoghq.com> | 2024-04-24 17:15:08 +0200 |
---|---|---|
committer | Manuel Palenzuela Merino <manuel.palenzuela@datadoghq.com> | 2024-04-24 17:15:08 +0200 |
commit | a88c11604e2e82ee959230c9b3710ecf1eb10d1e (patch) | |
tree | 89f0106211e36461b8b382381788d3ec4afa9e48 | |
parent | Update README.md (diff) | |
download | test-repo-a88c11604e2e82ee959230c9b3710ecf1eb10d1e.tar.gz test-repo-a88c11604e2e82ee959230c9b3710ecf1eb10d1e.tar.bz2 test-repo-a88c11604e2e82ee959230c9b3710ecf1eb10d1e.zip |
Add action
-rw-r--r-- | .github/workflows/test.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..0255998 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,10 @@ +name: GitHub Actions Demo +run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 +on: [push] +jobs: + Explore-GitHub-Actions: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." + - run: git rev-parse HEAD |