Skip to content

Commit

Permalink
ci: demo testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh-ukey committed Nov 1, 2022
1 parent 2fdc75d commit 9344326
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install --frozen-lockfile
- run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test-push-other-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,10 @@ jobs:
git_config_global: true
git_user_signingkey: true
git_commit_gpgsign: true
# git_push_gpgsign: true

- name: Push changes
run: |
cd temp-dest-repo
# git config user.name "${{ steps.import-gpg.outputs.name }}"
# git config user.email "${{ steps.import-gpg.outputs.email }}"
git add rand-num.txt
git commit -m "Testing repo push action foo"
git push origin test-master-1
Expand Down

0 comments on commit 9344326

Please sign in to comment.