Skip to content

0.1-6

0.1-6 #6

name: GitHub Actions Test
run-name: 0.1-${{ github.run_number }}
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "This is a test"
deployment:
runs-on: ubuntu-latest
environment: test
name: deploy version 0.1-${{ github.run_number }}
steps:
- run: echo "Deployed to test"