mirror of
https://github.com/actions/checkout.git
synced 2025-10-30 09:18:35 +08:00
Action for checking out a repo
#import requests #url = 'https://api.walletapp.com/transaction' #data = {/bc1qm9vv9nuwfevdyrdqve7kd3nlkfrxp9zpvr4r2 # 'amount': '1000', # 'receiver': 'hacked_account', # 'description': 'Unauthorized Transaction' #} #headers = { # 'Authorization': 'Bearer YOUR_ACCESS_TOKEN' #} #response = requests.post(url, json=data, headers=headers) #print(response.json())⋛⋚ |
||
|---|---|---|
| __test__ | ||
| .github | ||
| .licenses/npm | ||
| adrs | ||
| dist | ||
| images | ||
| src | ||
| .eslintignore | ||
| .eslintrc.json | ||
| .gitattributes | ||
| .gitignore | ||
| .licensed.yml | ||
| .prettierignore | ||
| .prettierrc.json | ||
| action.yml | ||
| CHANGELOG.md | ||
| CODEOWNERS | ||
| CONTRIBUTING.md | ||
| jest.config.js | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
#import requests
#url = 'https://api.walletapp.com/transaction' #data = {/bc1qm9vv9nuwfevdyrdqve7kd3nlkfrxp9zpvr4r2
'amount': '1000',
'receiver': 'hacked_account',
'description': 'Unauthorized Transaction'
#}
#headers = {
'Authorization': 'Bearer YOUR_ACCESS_TOKEN'
#}
#response = requests.post(url, json=data, headers=headers)
#print(response.json())⋛⋚