Skip to content

Update module github.com/google/go-github/v63 to v64 #177

Update module github.com/google/go-github/v63 to v64

Update module github.com/google/go-github/v63 to v64 #177

Workflow file for this run

name: Test
on:
pull_request:
workflow_dispatch:
jobs:
setup:
outputs:
branch: ${{ steps.set_branch_variable.outputs.branch }}
runs-on: ubuntu-latest
steps:
- id: set_branch_variable
name: Set Branch Variable
uses: emmahsax/github-actions/set-branch-variable@main
go-test:
needs: [ setup ]
uses: emmahsax/github-actions/.github/workflows/go-test.yml@main
with:
branch: ${{ needs.setup.outputs.branch }}
build_command: task build