Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjaddg committed Jun 5, 2024
1 parent 6d25f1c commit 9391fb2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/echo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Deployment

on:
push:
branches:
- main

jobs:
deployment:
runs-on: ubuntu-latest
environment: sajjad
steps:
- name: deploy
- run: | echo "{path}" >> $GITHUB_PATH

0 comments on commit 9391fb2

Please sign in to comment.