name: on push on: push: jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Ref shell: bash run: echo ${{ github.ref }}