Skip to content

Commit

Permalink
feat(xsd): beta
Browse files Browse the repository at this point in the history
  • Loading branch information
MisaelMa committed Feb 15, 2024
1 parent b4d3735 commit 4814730
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/cfdi/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@
#- name: execa
# shell: bash
# run: npm install execa
- uses: nelonoel/branch-name@v1.0.1
- name: Script
uses: actions/github-script@v7
with:
debug: true
script: |
const script = require('./common/scripts/github-actions.js')
await script({github, context, core, branch: $BRANCH_NAME})
await script({github, context, core})

0 comments on commit 4814730

Please sign in to comment.