Skip to content

Commit

Permalink
[Actions] Work with VSEng to fix the clean action. (#11805)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque authored Jun 3, 2021
1 parent e0b5214 commit a3772f2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/github-page-clean-up.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Clean PR macios.ci data

on:
workflow_dispatch:
inputs:
pr_number:
description: 'PR number to clean'
required: true

pull_request:
types: [closed]

Expand All @@ -16,11 +22,12 @@ jobs:
steps:

- uses: actions/checkout@v2
name: checkout
name: 'Checkout xamarin-macios'
with:
path: xamarin-macios

- uses: actions/checkout@v2
name: 'Checkout macios.ci'
with:
repository: 'xamarin/macios.ci'
token: ${{ secrets.SERVICEACCOUNT_PAT }}
Expand Down

0 comments on commit a3772f2

Please sign in to comment.