Skip to content

Pull main -> dev-phanindra#22

Merged
phanindra-max merged 21 commits intodev-phanindrafrom
main
Mar 12, 2025
Merged

Pull main -> dev-phanindra#22
phanindra-max merged 21 commits intodev-phanindrafrom
main

Conversation

@phanindra-max
Copy link
Member

No description provided.

Comment on lines +11 to +28
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Delete folder
run: |
# Replace 'folder-to-delete' with your target folder
rm -rf dev_space

- name: Commit changes
if: github.ref == 'refs/heads/main'
run: |
git config --global user.name "Satya Phanindra Kumar Kalaga"
git config --global user.email "phanindra.1756.kkr@gmail.com"
git add .
git commit -m "Remove folder before release [skip ci]" || echo "No changes to commit"
git push

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions Job or Workflow does not set permissions
@phanindra-max phanindra-max merged commit 10edae2 into dev-phanindra Mar 12, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants