Skip to content

Commit

Permalink
PAGOPA-1261 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoRuzzier committed Oct 5, 2023
1 parent 8577b91 commit ac22ce7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_gpd_payments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
mkdir -p "${GITHUB_WORKSPACE}/xsd"
cp ${GITHUB_WORKSPACE}/wsdl/xsd/paForNode.xsd ${GITHUB_WORKSPACE}/xsd/paForNode.xsd
- name: Branch name
run: echo running on branch ${{ github.ref_name }}
uses: tj-actions/branch-names@v7
run: echo running on branch ${{ steps.branch-name.outputs.current_branch }}
# - name: Create pull request
# uses: jacopocarlini/action-pull-request-another-repo@main
# env:
Expand Down

0 comments on commit ac22ce7

Please sign in to comment.