Ubuntu – Getting push event added file name in GitHub actions
I need to read file zip file name in GitHub actions. But in following code, both Artifact and Artifact1 are returning blank values. What is wrong with the code? name: SCR Initial on: push: branches: - main paths: - 'test/**zip'…