This commit is contained in:
Harsh Shandilya 2023-08-22 00:09:16 +05:30 committed by GitHub
parent d0b03f27b2
commit f051d1f4c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 13 deletions

View File

@ -10,23 +10,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- shell: bash
env:
RUN_ID: ${{ github.run_id }}
run: |
git config user.name "GitHub Actions"
git config user.email noreply@github.com
git commit --allow-empty -m "$RUN_ID"
second:
needs: ["first"]
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
repository: msfjarvis/dotfiles
ref: main
- shell: bash
run: |
git log
pwd
ls .
ls ../