Fix file access permission if opened for the first time via "share" #85 #406
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Testing build (on PR) | |
| on: | |
| pull_request: | |
| branches: [ main ] | |
| types: [ labeled, opened, synchronize, reopened ] | |
| jobs: | |
| call-testing-build-workflow: | |
| uses: FossifyOrg/.github/.github/workflows/testing-build.yml@main |