Skip to content

Commit

Permalink
ser
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadesh619 committed Jan 6, 2024
1 parent 819fd94 commit 4cfa23b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/basic.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@

# on:
# push:
# branches:
# - main
on:
push:
branches:
- main

# jobs:
# build:
# name: Display Information
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: welcome msg
# run: |
# echo "welcome to the gitaction world :)"
# - name: Display repo and workflow information
# run: |
# echo "Repo name : ${{ github.repository }}"
# echo "Repo branch: ${{ github.ref }}"
# echo "Commit hash: ${{ github.sha }}"
# echo "workflow run id: ${{ github.run_id }}"
# echo "workflow run id: ${{ github.run_number }}"
jobs:
build:
name: Display Information
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: welcome msg
run: |
echo "welcome to the gitaction world :)"
- name: Display repo and workflow information
run: |
echo "Repo name : ${{ github.repository }}"
echo "Repo branch: ${{ github.ref }}"
echo "Commit hash: ${{ github.sha }}"
echo "workflow run id: ${{ github.run_id }}"
echo "workflow run id: ${{ github.run_number }}"
# - name: printing workflow information
# run: |
# echo "workspace path: ${{ github.workspace }}"
# echo "workspace files inside workspace:"
# ls -la ${{ github.workspace }}
- name: printing workflow information
run: |
echo "workspace path: ${{ github.workspace }}"
echo "workspace files inside workspace:"
ls -la ${{ github.workspace }}
File renamed without changes.

0 comments on commit 4cfa23b

Please sign in to comment.