Skip to content

Update alpine/git (main) #5

Update alpine/git (main)

Update alpine/git (main) #5

Workflow file for this run

name: release dind alpine
on:
pull_request_target:
types: [ closed ]
jobs:
release:
if: github.event.pull_request.merged
runs-on: "ubuntu-latest"
env:
FORCE_COLOR: 1
EARTHLY_TOKEN: "${{ secrets.EARTHLY_TOKEN }}"
EARTHLY_INSTALL_ID: "earthly-githubactions"
# Used in our github action as the token - TODO: look to change it into an input
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ github.event.number }}
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: run earthly
run: git rev-parse --short HEAD && git branch