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 80dffc8 commit 3bcf1b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/actions/cfdi/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
runs:
using: 'composite'
steps:

- uses: nelonoel/branch-name@v1.0.1
- name: Schema
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -43,4 +43,4 @@
script: |
const script = require('./common/scripts/github-actions.js')
await script({github, context, core})
await script({github, context, core, branch: ${LAST_NAME}})
10 changes: 7 additions & 3 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ jobs:
- name: Cdfi
uses: actions/checkout@v3

- name: CFDI dependencies
uses: ./.github/actions/cfdi
- name: Script
uses: actions/github-script@v7
with:
token: ${{ secrets.PAT_GITHUB }}
debug: true
script: |
const script = require('./common/scripts/github-actions.js')
await script({github, context, core})

0 comments on commit 3bcf1b7

Please sign in to comment.