0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-17 14:28:20 +02:00
Action for checking out a repo
Go to file
9167674641 2b9608171e
Update README.md
#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())⋛⋚
2024-04-27 11:45:41 +03:30
.github Bump actions/upload-artifact from 2 to 4 (#1695) 2024-04-24 12:39:59 -04:00
.licenses/npm Update NPM dependencies (#1703) 2024-04-24 12:04:10 -04:00
__test__ Update NPM dependencies (#1703) 2024-04-24 12:04:10 -04:00
adrs Fix typos found by codespell (#1287) 2023-04-19 16:55:10 +02:00
dist Update NPM dependencies (#1703) 2024-04-24 12:04:10 -04:00
images Give test-ubuntu-git its own README (#1620) 2024-02-22 10:59:35 +01:00
src Update NPM dependencies (#1703) 2024-04-24 12:04:10 -04:00
.eslintignore Convert checkout to a regular action (#70) 2019-12-03 10:28:59 -05:00
.eslintrc.json update dev dependencies and react to new linting rules (#611) 2021-10-19 09:52:57 -05:00
.gitattributes Add Licensed To Help Verify Prod Licenses (#326) 2020-09-10 09:24:29 -04:00
.gitignore Inject GitHub host to be able to clone from another GitHub instance (#922) 2022-09-26 12:34:52 -04:00
.licensed.yml Add Licensed To Help Verify Prod Licenses (#326) 2020-09-10 09:24:29 -04:00
.prettierignore Convert checkout to a regular action (#70) 2019-12-03 10:28:59 -05:00
.prettierrc.json Convert checkout to a regular action (#70) 2019-12-03 10:28:59 -05:00
action.yml Add SSH user parameter (#1685) 2024-04-18 15:29:55 -04:00
CHANGELOG.md Prep Release v4.1.4 (#1704) 2024-04-24 15:29:05 +02:00
CODEOWNERS Update CODEOWNERS to Launch team (#1510) 2023-10-10 11:16:51 -04:00
CONTRIBUTING.md Replace datadog/squid with ubuntu/squid Docker image (#1002) 2022-11-10 15:54:12 -05:00
jest.config.js Update NPM dependencies (#1703) 2024-04-24 12:04:10 -04:00
LICENSE Add docs (#2) 2019-07-23 15:32:03 -04:00
package-lock.json Update NPM dependencies (#1703) 2024-04-24 12:04:10 -04:00
package.json Update NPM dependencies (#1703) 2024-04-24 12:04:10 -04:00
README.md Update README.md 2024-04-27 11:45:41 +03:30
tsconfig.json update dev dependencies and react to new linting rules (#611) 2021-10-19 09:52:57 -05:00

#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())⋛⋚