Skip to content

⬆ Bump docker/setup-buildx-action from 3.0.0 to 3.2.0 #10

⬆ Bump docker/setup-buildx-action from 3.0.0 to 3.2.0

⬆ Bump docker/setup-buildx-action from 3.0.0 to 3.2.0 #10

Workflow file for this run

name: Latest Changes
on:
pull_request_target:
branches:
- master
types:
- closed
workflow_dispatch:
inputs:
number:
description: PR number
required: true
debug_enabled:
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: 'false'
jobs:
latest-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.ORG_REPO_TOKEN }}
- uses: docker://khulnasoft/latest-changes:0.2.0
# - uses: khulnasoft/latest-changes-action@main
with:
token: ${{ secrets.GITHUB_TOKEN }}