We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
translations/
1 parent abe3e48 commit a07cefeCopy full SHA for a07cefe
1 file changed
.github/workflows/call-synchronize-to-snipe.yml
@@ -3,7 +3,6 @@ on:
3
pull_request_target:
4
paths-ignore:
5
- "debian/**"
6
- - "translations/**"
7
- "archlinux/**"
8
- "rpm/**"
9
- ".obs/**"
@@ -18,4 +17,4 @@ jobs:
18
17
dest_repo: linuxdeepin/dde-session-shell-snipe
19
source_repo: ${{ github.event.pull_request.head.repo.full_name }}
20
source_ref: ${{ github.event.pull_request.head.ref }}
21
- pull_number: ${{ github.event.pull_request.number }}
+ pull_number: ${{ github.event.pull_request.number }}
0 commit comments