Skip to content

Bump ASFHyP3/actions from 0.8.2 to 0.11.0 #573

Bump ASFHyP3/actions from 0.8.2 to 0.11.0

Bump ASFHyP3/actions from 0.8.2 to 0.11.0 #573

Workflow file for this run

name: Test and build
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
call-pytest-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
local_package_name: asf_tools
call-version-info-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected]
call-docker-ghcr-workflow:
needs: call-version-info-workflow
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
version_tag: ${{ needs.call-version-info-workflow.outputs.version_tag }}
secrets:
USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }}