We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0186624 commit 29de7faCopy full SHA for 29de7fa
.github/workflows/ci.yml
@@ -16,21 +16,21 @@ jobs:
16
new_tag_short: ${{ steps.prepare.outputs.new_tag_short }}
17
name: ${{ steps.prepare.outputs.name }}
18
steps:
19
- - uses: reearth/actions/.github/actions/prepare-build@main
+ - uses: reearth/actions/prepare-build@main
20
id: prepare
21
with:
22
repo: ${{ vars.REPO }}
23
- name: changed files for server
24
id: server
25
- uses: tj-actions/changed-files@v45
+ uses: step-security/changed-files@v45
26
27
files: |
28
server/**
29
.github/workflows/ci.yml
30
.github/workflows/ci-server.yml
31
- name: changed files for web
32
id: web
33
34
35
36
web/**
0 commit comments