@@ -34,21 +34,22 @@ jobs:
3434 git status -s -uno
3535 [ $(git status -s -uno | wc -l | bc ) != "0" ] && exit 1 || echo OK
3636
37- # - name: Checkout gh-pages
38- # uses: actions/checkout@v3
39- # if: always()
40- # continue-on-error: true
41- # with:
42- # ref: gh-pages # branch name
43- # path: gh-pages-dir # checkout path
44-
45- # - name: Local Allure Report Action
46- # uses: ./ # Uses an action in the root directory
47- # if: always()
48- # continue-on-error: true
49- # id: self_test # used in comment to PR
50- # with:
51- # report_id: 'self-test'
52- # gh_pages: 'gh-pages-dir'
53- # report_dir: 'allure-results'
54- # list_dirs: ${{ github.ref == 'refs/heads/main' }}
37+ - name : Checkout test-action
38+ uses : actions/checkout@v3
39+ with :
40+ ref : test-action # branch name
41+ path : test-action-dir # checkout path
42+
43+ - name : Local git-commit-pull-push-action 1
44+ uses : ./ # Uses an action in the root directory
45+ with :
46+ repository : test-action-dir
47+ branch : test-action
48+ commit_message : message ${{ github.run_id }}
49+ pull_args : --dry-run
50+
51+ - name : Local git-commit-pull-push-action 2
52+ uses : ./ # Uses an action in the root directory
53+ with :
54+ repository : test-action-dir
55+ branch : test-action
0 commit comments