Skip to content

Commit e5c4692

Browse files
author
22388o
committed
Fix
1 parent e118bad commit e5c4692

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/action.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
name: 'Action'
2-
description:
2+
description:
3+
runs:
4+
on:
5+
push:
6+
branches: [ main ]
7+
pull_request:
8+
branches: [ main ]
9+
10+
jobs:
11+
build:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v2

.github/workflows/private-ai-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
5858
- name: Ignore certain files from triggering
5959
run: |
60-
echo "::add-mask::ai-agent-action.yml"
60+
echo "::add-mask::action.yaml"
6161
echo "::add-mask::Dockerfile"
6262
echo "::add-mask::.github/actions"

0 commit comments

Comments
 (0)