Skip to content

Commit

Permalink
Git
Browse files Browse the repository at this point in the history
  • Loading branch information
Min Myat Oo committed Jul 9, 2022
1 parent 2406e39 commit c7f32d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Push a random file
run: |
pwd
ls -l
ls
git init
git remote add origin "https://$GITHUB_ACTOR:${{secrets.GITHUB_TOKEN}}@github.com/$GITHUB_REPOSITORY.git"
git config --global user.email "mikebot@bot.com"
Expand All @@ -21,9 +21,9 @@ jobs:
git checkout main
git branch --set-upstream-to=origin/main
git pull
ls -l
ls
echo $RANDOM >> random.txt
ls -l
ls
Expand Down

0 comments on commit c7f32d3

Please sign in to comment.