Skip to content

Removed last_active field #8

Removed last_active field

Removed last_active field #8

Workflow file for this run

name: People api
on:
push:
branches: [ master ]
env:
SERVICE: people.webhooks
jobs:
BuildContainer:
runs-on: ubuntu-latest
steps:
- name: Checkout Github Action
uses: actions/checkout@master
- name: Build docker container
uses: ./.github/workflows/composite/build
with:
service: ${{ env.SERVICE }}