Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-script committed Feb 1, 2024
1 parent 74c7c4e commit 123299d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: tests
run-name: ${{ github.actor }} - ${{ github.event_name }}
on: [push]
jobs:
greeting_job:
runs-on: ubuntu-latest
env:
SECRET: ${{ secrets.MY_SECRET }}
steps:
- name: "Secrety"
run: echo "here's my secret $SECRET!"
env:
First_Name: Mona
Binary file added bun.lockb
Binary file not shown.

0 comments on commit 123299d

Please sign in to comment.