Skip to content

Commit

Permalink
sqme:
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill888 committed Jan 15, 2025
1 parent f3d41e2 commit fbafe9b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/scratch.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Hello World
name: scratch
on: [push]
jobs:
code-build-job:
runs-on:
- codebuild-kk1-${{ github.run_id }}-${{ github.run_attempt }}
steps:
- run: echo "Hello World!"
- run: |
echo "Hello World!"
env

0 comments on commit fbafe9b

Please sign in to comment.