Skip to content

Commit

Permalink
git: learn github updated
Browse files Browse the repository at this point in the history
  • Loading branch information
clair-beep committed Apr 22, 2024
1 parent 074ba77 commit 6398d60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/learn-github-actions.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: learn-github-actions
run-name: ${{ github.actor }} is learning GitHub Actions and deploy to ${{ inputs.deploy_target}}
run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]
jobs:
check-bats-version:
Expand All @@ -11,3 +11,7 @@ jobs:
node-version: '20'
- run: npm install -g bats
- run: bats -v
notify:
runs-on: ubuntu-latest
steps:
- run: echo "Deployed to ${{ github.event.created}}"

0 comments on commit 6398d60

Please sign in to comment.